Problem in running web applications.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I'm new to .Net. I've installed visualstudio.net 2003. There were no
problems in set up. But my asp.net web applications are not running properly.
Sometimes, the Page_load event doesn't fire properly and sometimes the
changes in teh web page are nort getting reflected. I've tried to debug. But
I'm unable to debug the application too. (Windows apps are getting debugged).
CAn anyone help me out.

Note: I've installed the IIS after installing the .Net.Does it cause any
problem?
I've included myslef in the Debuggers' list too. I tried uninstalling and
reinstalling the software. But it didn't work out. But there is no problem
with s\w as otehrs have successfully installed it. My OS is win 2000 prof.

Kindly help me out resolving this problem..
 
Hi,

try reinstalling ASP .NET using the tool

Aspnet_regiis -i

You also need to update your FrontPage Server Extensions afterwards.

HTH
Joyjit
 
How to update the frontpage server extensions ?

Joyjit Mukherjee said:
Hi,

try reinstalling ASP .NET using the tool

Aspnet_regiis -i

You also need to update your FrontPage Server Extensions afterwards.

HTH
Joyjit
 
Hi,
I've tried reregistering asp_net . But I encountered teh followign error.

"The web server reported the following error when attemptinh to create or
open the web project located at the following URL:
'http;\\localhost\WebApllication2', 'HTTP\1.1403 Access Forbidden'."

I've also set teh execution permissions to 'Scripts only' in the Home
Directory Tab.

But still the problem is persisting. Can anyone help me out

Regs
Vijaya
 
Hi,

After reinstalling ASP .NET using Aspnet_regiis -i
Open IIS -> Default Web Site -> Right Click -> All Tasks -> Configure Server
extensions.

Hope that would work. If it didn't, uninstall IIS & reinstall it, then
reinstall ASP .NET.

Thanks
Joyjit
 
Hi AVL,

Do you have a "Default" page specified for WebApplication2 virtual
directory?, if not then please try setting one.

Regards,

NT
 
Hi,
I've uninstalled IIS & reinstalled it, then reinstall edASP .NET. But
whenver I'm trying to create a new web application, it's asking me to
connect to the internet.
How should I avoid it? If set the 'Work Offline' then it's asking me to
uncheck it.

Any sugggestions???

Regs
Vijaya
 
Hi,
I've uninstalled IIS & reinstalled it, then reinstall edASP .NET. But
whenver I'm trying to create a new web application, it's asking me to
connect to the internet.
How should I avoid it? If set the 'Work Offline' then it's asking me to
uncheck it.

Any sugggestions???

Regs
Vijaya
 
Hi,
I've uninstalled IIS & reinstalled it, then reinstall edASP .NET. But
whenver I'm trying to create a new web application, it's asking me to
connect to the internet.
How should I avoid it? If set the 'Work Offline' then it's asking me to
uncheck it.

Any sugggestions???

Regs
Vijaya
 
Back
Top