How to run ASP Projects through IIS ?
-
Could anybody help me out what might be the problem. I have developed an ASP Project using VB.Net 2005. Earlier the project was running fine with a SQL Server 2005 server that was installed in a different server. When i change the server to the local Server it is not running. If i run the project directly from the VB.Net environment it is running with an additional port address in the address bar of Internet Explorer. But when i try to run it derectly from Internet Explorer the firt page is displayed i.e., the login page. And when i click on the Login button it show connention not available. Could anybody help me out what might be the problem. Thanks in advance.
Sekhar :)
-
Could anybody help me out what might be the problem. I have developed an ASP Project using VB.Net 2005. Earlier the project was running fine with a SQL Server 2005 server that was installed in a different server. When i change the server to the local Server it is not running. If i run the project directly from the VB.Net environment it is running with an additional port address in the address bar of Internet Explorer. But when i try to run it derectly from Internet Explorer the firt page is displayed i.e., the login page. And when i click on the Login button it show connention not available. Could anybody help me out what might be the problem. Thanks in advance.
Sekhar :)
The problem is that your site ( which is NOT ASP, but ASP.NET, I am willing to bet ), is not configured to use the local SQL Server.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Could anybody help me out what might be the problem. I have developed an ASP Project using VB.Net 2005. Earlier the project was running fine with a SQL Server 2005 server that was installed in a different server. When i change the server to the local Server it is not running. If i run the project directly from the VB.Net environment it is running with an additional port address in the address bar of Internet Explorer. But when i try to run it derectly from Internet Explorer the firt page is displayed i.e., the login page. And when i click on the Login button it show connention not available. Could anybody help me out what might be the problem. Thanks in advance.
Sekhar :)
hmm , do one thing open yr IIS , select yr localserver - > websites -> default websites IN default websites find yr project name if there then right click on that select properties and select tab virtual directories, see the application name textbox is have value or not , if not then press create button and select OK May be yr problem will be solved