Help needed in debugging ASP.net script using Opera

Asked By 0 points N/A Posted on -
qa-featured

Hi,

I was debugging an ASP.net script using Opera browser when I got this error message (see below).

I a newbie here and don’t know what to do next. What’s wrong with the script? I may be missing something. 

Can someone help me here? 

Thanks.

<localhost>

Add([arguments not available])@http://localhost/

Debugging/throw.html:7

@http:??localhost/debugging/throw.html:15

Error created at add([arguments not

available])@http://localhost/debugging/

throw.html:7

@http://localhost/debugging/throw.html:15

SHARE
Answered By 0 points N/A #155148

Help needed in debugging ASP.net script using Opera

qa-featured

Hello,

I think I may have solution for you problem. First go to IIS ,, then right click on application and choose properties and put create application. If for any reason this won't work try this:

Add/remove programs then choose add/remove windows component and uncheck IIS (internet information services) and click ok. After that you must reinstall IIS (internet information services)

go to VS.net and choose VS.net command prompt, type aspnet_regiis -i.

Hope this will work for you.

Related Questions