Hello,
I am facing a problem while development in Dotnet 2005 Web Application. I am working on Web application which was already developed in Dotnet 2003 (1.1 Framework) now we have converted it to Dotnet 2005 (2.0 Framework). I have publish my web site and install it on laptop it is running fine, but when i have run it on the client machine with same publish source, it gives error, LoginUser.aspx not found and some time it gives error, Server Application Unavailable. the new virtual directory that i have created for version 2.0 is with in another virtual directory (for FrameWork 1.1) for older version 1.1.
paiha paigaPosted Oct 31, 2008, 8:09 AM
Hi!
As you know your web application has been converted from .NET1.1 to .NET2.0 so on client machine.Check the following instruction which is as below if you did not do according to given instruction then modify whatever instruction said.
firt of all open the ISS for this
1. click on Start->Run -> write the command inetmgr->click on OK.
2. Click on plus sign i.e go to the child of parent icon where is Web Sites icon display.
3. Click on Web Sites
4.Right click on Default Web Sites and -> go to Properties option
5. Go to ASP.NET menu
6. see the given ASP.NET Version. Is it 2.0?
if it is 1.1 then set the value of ASP.NET Version is 2.0.
I think your project will be work properly as like as your machine on client machine.
Regards Shashi Bhushan.