473,396 Members | 1,755 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Can't run Web App from the IDE

I wanted to start learning ASP.Net programming, so I downloaded the IBuySpy
Portal and Store VSVB examples from GotDotNet and installed them on my
computer (Win2000, IIS, MSDE). I got them to run from IE as a local web
app, but when I go into VS.Net 2003 Enterprise and try to run the
application from within the IDE I get an error that states:

"Unable to create Internet Information Services Administrative object for
server Unable to set server into correct debugging state automatically.
You may not be able to debug ASP pages. Do you want to continue launching
the debugger? Yes/No/Help"

The help says:
"The debugger requires that the IIS application to be debugged be run
out-of-process. This error indicates that the debugger was unable to change
an in-process IIS application to run out-of-process. As a solution, use the
IIS management utility (MMC) to set the application to run out-of-process
before starting the debugger. Currently, your options are set to enable
server debugging automatically when you start the debugger. Choose No if you
want to maintain these option settings. Choose Yes if you want to turn off
these options. In the latter case, you should set debugger options manually
for your IIS applications to be able to debug server script. "

I went into the IIS Management plug-in and for the life of me I can't find
where the help is talking about. Lots of help that one is!

I thought maybe I didn't configure the apps correctly or something, so I
thought I'd try something simpler, the QuickStart apps that come with the
Framework SDK. No success. Same message.

So I tried something even more simple, a plain vanilla one page empty web
app. Still no happiness.

What's up? Why can't I run and debug ASP.Net applications?

Thanks for any ideas.

George

Nov 17 '05 #1
8 1245
Hi,

Try this KB :
INFO: Common Errors When You Debug ASP.NET Applications in Visual Studio
NET - http://support.microsoft.com/default...;en-us;Q306172

Natty Gur[MVP]
Phone Numbers:
Office: +972-(0)9-7740261
Fax: +972-(0)9-7740261
Mobile: +972-(0)58-888377
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 17 '05 #2
Hi,

Try this KB :
INFO: Common Errors When You Debug ASP.NET Applications in Visual Studio
NET - http://support.microsoft.com/default...;en-us;Q306172

Natty Gur[MVP]
Phone Numbers:
Office: +972-(0)9-7740261
Fax: +972-(0)9-7740261
Mobile: +972-(0)58-888377
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 17 '05 #3
Thanks, but I have already seen that article and it doesn't address the
error message I'm getting. Interestingly, I can run the Web App from the
IDE via Ctrl-F5. Just plain F5 produces the error. It seems debugging is
the bug!

GS

"Natty Gur" <na***@dao2com.com> wrote in message
news:Oo**************@TK2MSFTNGP12.phx.gbl...
Hi,

Try this KB :
INFO: Common Errors When You Debug ASP.NET Applications in Visual Studio
NET - http://support.microsoft.com/default...;en-us;Q306172

Natty Gur[MVP]
Phone Numbers:
Office: +972-(0)9-7740261
Fax: +972-(0)9-7740261
Mobile: +972-(0)58-888377

Nov 17 '05 #4
Thanks, but I have already seen that article and it doesn't address the
error message I'm getting. Interestingly, I can run the Web App from the
IDE via Ctrl-F5. Just plain F5 produces the error. It seems debugging is
the bug!

GS

"Natty Gur" <na***@dao2com.com> wrote in message
news:Oo**************@TK2MSFTNGP12.phx.gbl...
Hi,

Try this KB :
INFO: Common Errors When You Debug ASP.NET Applications in Visual Studio
NET - http://support.microsoft.com/default...;en-us;Q306172

Natty Gur[MVP]
Phone Numbers:
Office: +972-(0)9-7740261
Fax: +972-(0)9-7740261
Mobile: +972-(0)58-888377

Nov 17 '05 #5
is the debug verb set to true in the web config file?

--
-----------
Got TidBits?
Get it here: www.networkip.net/tidbits/default.htm

"George Shubin" <dx@dxonline.com> wrote in message
news:uc**************@TK2MSFTNGP11.phx.gbl...
Thanks, but I have already seen that article and it doesn't address the
error message I'm getting. Interestingly, I can run the Web App from the
IDE via Ctrl-F5. Just plain F5 produces the error. It seems debugging is
the bug!

GS

"Natty Gur" <na***@dao2com.com> wrote in message
news:Oo**************@TK2MSFTNGP12.phx.gbl...
Hi,

Try this KB :
INFO: Common Errors When You Debug ASP.NET Applications in Visual Studio
NET - http://support.microsoft.com/default...;en-us;Q306172

Natty Gur[MVP]
Phone Numbers:
Office: +972-(0)9-7740261
Fax: +972-(0)9-7740261
Mobile: +972-(0)58-888377


Nov 17 '05 #6
is the debug verb set to true in the web config file?

--
-----------
Got TidBits?
Get it here: www.networkip.net/tidbits/default.htm

"George Shubin" <dx@dxonline.com> wrote in message
news:uc**************@TK2MSFTNGP11.phx.gbl...
Thanks, but I have already seen that article and it doesn't address the
error message I'm getting. Interestingly, I can run the Web App from the
IDE via Ctrl-F5. Just plain F5 produces the error. It seems debugging is
the bug!

GS

"Natty Gur" <na***@dao2com.com> wrote in message
news:Oo**************@TK2MSFTNGP12.phx.gbl...
Hi,

Try this KB :
INFO: Common Errors When You Debug ASP.NET Applications in Visual Studio
NET - http://support.microsoft.com/default...;en-us;Q306172

Natty Gur[MVP]
Phone Numbers:
Office: +972-(0)9-7740261
Fax: +972-(0)9-7740261
Mobile: +972-(0)58-888377


Nov 17 '05 #7
Yes, it is. I did discover something curious, though in the IIS Management
plug-in..

As soon as I attempt running the app and get the error message, the virtual
directory goes back to its former status and I have to click the Create
button again. It seems any changes from within VS's IDE to any file in the
project requires me to make sure the Create button get clicked. The little
icon of the virtual directory changes from the worldwideweb icon to a yellow
folder icon. Clicking Create changes it back to the worldwideweb icon.

As long as the directory's icon is set to the worldwideweb I can run the app
via Ctrl-F5. This doesn't institute any debugging and I can press Ctrl-F5
all day long and it will work. But once just F5 is pressed to run with
debugging, I get my error and the virtual directory icon is changed to the
yellow folder. At that point I can't press Ctrl-F5 without getting a
different error that is remedied by clicking the Create button.

Thanks for trying to help.

GS
"Alvin Bruney" <vapordan_spam_me_not@hotmail_no_spamhotmail.com > wrote in
message news:uG**************@TK2MSFTNGP09.phx.gbl...
is the debug verb set to true in the web config file?

"George Shubin" <dx@dxonline.com> wrote in message
news:uc**************@TK2MSFTNGP11.phx.gbl...
Thanks, but I have already seen that article and it doesn't address the
error message I'm getting. Interestingly, I can run the Web App from the IDE via Ctrl-F5. Just plain F5 produces the error. It seems debugging is the bug!

GS

"Natty Gur" <na***@dao2com.com> wrote in message
news:Oo**************@TK2MSFTNGP12.phx.gbl...
Hi,

Try this KB :
INFO: Common Errors When You Debug ASP.NET Applications in Visual Studio NET - http://support.microsoft.com/default...;en-us;Q306172

Natty Gur[MVP]
Phone Numbers:
Office: +972-(0)9-7740261
Fax: +972-(0)9-7740261
Mobile: +972-(0)58-888377



Nov 17 '05 #8
Yes, it is. I did discover something curious, though in the IIS Management
plug-in..

As soon as I attempt running the app and get the error message, the virtual
directory goes back to its former status and I have to click the Create
button again. It seems any changes from within VS's IDE to any file in the
project requires me to make sure the Create button get clicked. The little
icon of the virtual directory changes from the worldwideweb icon to a yellow
folder icon. Clicking Create changes it back to the worldwideweb icon.

As long as the directory's icon is set to the worldwideweb I can run the app
via Ctrl-F5. This doesn't institute any debugging and I can press Ctrl-F5
all day long and it will work. But once just F5 is pressed to run with
debugging, I get my error and the virtual directory icon is changed to the
yellow folder. At that point I can't press Ctrl-F5 without getting a
different error that is remedied by clicking the Create button.

Thanks for trying to help.

GS
"Alvin Bruney" <vapordan_spam_me_not@hotmail_no_spamhotmail.com > wrote in
message news:uG**************@TK2MSFTNGP09.phx.gbl...
is the debug verb set to true in the web config file?

"George Shubin" <dx@dxonline.com> wrote in message
news:uc**************@TK2MSFTNGP11.phx.gbl...
Thanks, but I have already seen that article and it doesn't address the
error message I'm getting. Interestingly, I can run the Web App from the IDE via Ctrl-F5. Just plain F5 produces the error. It seems debugging is the bug!

GS

"Natty Gur" <na***@dao2com.com> wrote in message
news:Oo**************@TK2MSFTNGP12.phx.gbl...
Hi,

Try this KB :
INFO: Common Errors When You Debug ASP.NET Applications in Visual Studio NET - http://support.microsoft.com/default...;en-us;Q306172

Natty Gur[MVP]
Phone Numbers:
Office: +972-(0)9-7740261
Fax: +972-(0)9-7740261
Mobile: +972-(0)58-888377



Nov 17 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: farzad | last post by:
Hi I try to install php_ming.so in my php . I am using Redhat 8.0 php 4.2.2 apache 2.0.4. I am doing as the howto install file want me to do. as follow....
7
by: Adams-Blake Co. | last post by:
This may be OT a bit, so maybe someone can point me in the right direction. I want to test a script that sends out an e-mail. I want to test it locally on my Mandrake Linux 8.2 box. It runs OK...
3
by: lawrence | last post by:
I haven't been able to reach www.php.net for days. Most of the rest of the web is working for me, though I've bad trouble reaching any English sites. Anyone else having trouble?
6
by: Michel | last post by:
Hi, I like to build a small simple dinamic website: Point-of-sale (detail-shop), So entering stock, logging all sales, print out invoices and download the logs to be imported into Excel. I...
3
by: nadia | last post by:
Is it possible to do the following in php: I want to have a main form open. In the form I want a button that will open a popup window so the user can search for something. The user can then select...
6
by: lawrence | last post by:
How dangerous or stupid is it for an object to have a reference to the object which contains it? If I have a class called $controllerForAll which has an arrray of all the objects that exist, what...
5
by: Alper Adatoz | last post by:
Hi, i have a little problem. i hope u guys give me a clear solution (: db: mssql i just want to put jpeg file to the image field at the mssql db. and after that i want to call it back..
2
by: Sam Hou | last post by:
Dear all, I don't know where my problem is. Hopefully someone can give me some hint to explore the problem more. I am running Apache 2.0.48 wih PHP 4.3.4. The apache is running as nobody. I...
14
by: NotGiven | last post by:
I am guessing I would hold a variable of when it's opened, then in the script that runs when the page is offloaded, I coudl calcualte it. How do you store a time variable? How do you calculate...
4
by: Ryan Hubbard | last post by:
I would like to limit multiple logins for a user. How and when does the session id expire? Can I set it so after x minutes of inactivity it would expire. How do I check if session id exists? If...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.