Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Re: Deploying to real server

Reply
Thread Tools

Re: Deploying to real server

 
 
Girish Bharadwaj
Guest
Posts: n/a
 
      09-22-2004
"CodeBehind" is a VS.NET artifact. ASP.NET does not understand it. So, what
you did by changing it to src is essentially asked ASP.NET runtime to build
the assembly dynamically at runtime. So, It looks like your files from Bin
directories did not make it to the web server. Check your server's
requirements. They might not allow "bin" to be created under your directory.
That might be the cause of your problems.

--
Girish Bharadwaj
http://msmvps.com/gbvb
"Asanga" <> wrote in message
news:0F70976F-3398-46F3-84E4-...
> Hi,
>
> When I'm trying to deploying my project to real commercial web server its
> not working.
> When removed the webconfig file and make some changes in html file (see

below)
> it works
>
> changes in html file -> 'CodeBehind' tag should change to SRC
> In Inherits tag remove the project name
> eg: <%@ Page Language="vb" AutoEventWireup="false"

Src="MailAttach.aspx.vb"
> Inherits="MailAttach"%>
>
> after making this changes it works. Why the xcopy deployemnt not work
> properly.
>
> If anyone can help me?
>
> regards
>
> Asanga
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Deploying to real server Curt_C [MVP] ASP .Net 3 09-22-2004 06:45 PM
Re: Deploying to real server Naveen K Kohli ASP .Net 1 09-22-2004 04:53 PM
Deploying to real server =?Utf-8?B?QXNhbmdh?= ASP .Net 0 09-22-2004 04:03 PM
deploying and re-deploying ASP.Net applications =?Utf-8?B?VG9tIE4=?= ASP .Net 2 02-04-2004 09:31 PM
product of real and (integer)(after converted to real one) value - vhdl found fatal error senthil VHDL 5 01-24-2004 04:37 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57