Visual Studio.NET -> ASP.NET problem
-
I installed trial version of Visual Studio.NET and i tried doing a simple example in ASP.NET using VB.Net.Below is my problem: I have a 'button' WebForm control and a 'label' WebForm control in a aspx file.I added appropriate code inside the .vb file like when a user clicks on button then it should display hello world on the label. When i tried running the sample i could see only blank page.All i see is the Label ID.Is there any settings i need to modify inorder for the sample to run.Even i downloaded one basic sample from Microsoft site and could not be able to run the sample[I mean i could not see the web page output].
-
I installed trial version of Visual Studio.NET and i tried doing a simple example in ASP.NET using VB.Net.Below is my problem: I have a 'button' WebForm control and a 'label' WebForm control in a aspx file.I added appropriate code inside the .vb file like when a user clicks on button then it should display hello world on the label. When i tried running the sample i could see only blank page.All i see is the Label ID.Is there any settings i need to modify inorder for the sample to run.Even i downloaded one basic sample from Microsoft site and could not be able to run the sample[I mean i could not see the web page output].
-
Have you checked that IIS is running? I had the same problem and the solution was to activate the IIS and to reinstall the .NET Framework.
Yes .. first check is it IIS running ? if IIS running , check is it ASP.NET worker already register in IIS You can register ASP.NET worker process by executing , "aspnet_regiis.exe -i" without quote ofcourse.. you will find "aspnet_regiis.exe" in folder C:\WINDOWS\Microsoft.NET\Framework\v1.x.xxxx\ hope this will work:-D :-D "Courage choose who will follow, Fate choose who will lead" - Lord Gunner, Septerra Core