J
Jim McGivney
I develop a very simple web site in ASP.net 2.0 using Web Developer Express.
The page has a button and label, pressing the button changes the text of the
label. I can run the website by pressing CTRL-F5. It works fine.
I now copy the website to my hosted web (asp.net 2.0) using the menu item
Website>>Copy Web Site. I copy the all the files which are aspx, aspx.cs
and App_Data files and folders.
The page is placed on my host's computer, when I go to run the page I get an
error. "Can't load type"
I notice that the files web.config, Global.asax and Assambleinfo.cs are not
present on the host's computer. I get the error because the complied CS
code is not present.
If I were using the full version of Web Developer I could use the Publish
button to generate these files necessary for deployment.
How do I generate these files in Web Developer Express ?
Thanks in advance for your help.
Jim
The page has a button and label, pressing the button changes the text of the
label. I can run the website by pressing CTRL-F5. It works fine.
I now copy the website to my hosted web (asp.net 2.0) using the menu item
Website>>Copy Web Site. I copy the all the files which are aspx, aspx.cs
and App_Data files and folders.
The page is placed on my host's computer, when I go to run the page I get an
error. "Can't load type"
I notice that the files web.config, Global.asax and Assambleinfo.cs are not
present on the host's computer. I get the error because the complied CS
code is not present.
If I were using the full version of Web Developer I could use the Publish
button to generate these files necessary for deployment.
How do I generate these files in Web Developer Express ?
Thanks in advance for your help.
Jim