Click here to Skip to main content
15,914,221 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: DataGrid Control - hyperlink column Pin
Frank Kerrigan17-Jul-06 0:21
Frank Kerrigan17-Jul-06 0:21 
Questionweb service: unable to connect to remote server Pin
mehnazash16-Jul-06 19:42
mehnazash16-Jul-06 19:42 
AnswerRe: web service: unable to connect to remote server Pin
Reza Raad16-Jul-06 21:52
Reza Raad16-Jul-06 21:52 
Questionis it possible to execute crystal reports from aspx page Pin
ravikiranreddydharmannagari16-Jul-06 19:34
ravikiranreddydharmannagari16-Jul-06 19:34 
QuestionRe: is it possible to execute crystal reports from aspx page Pin
ravikiranreddydharmannagari18-Jul-06 0:53
ravikiranreddydharmannagari18-Jul-06 0:53 
QuestionUpload file from Client to server without browse button Pin
Abhishek Joshi16-Jul-06 18:42
Abhishek Joshi16-Jul-06 18:42 
AnswerRe: Upload file from Client to server without browse button Pin
eggsovereasy17-Jul-06 3:56
eggsovereasy17-Jul-06 3:56 
QuestionHow can I do to fix the error "Unable to start debugging on the web server" Pin
rockxuyenmandem16-Jul-06 18:38
rockxuyenmandem16-Jul-06 18:38 
When I Debug any ASP.NET Applicaion 1.1, It is unable to Debug with the message below:
"Error while trying to run project: Unable to start debugging on the web server"

I have checked all of guides below however all of it not solve my problem, However I can Debug any ASP.NET Application 2.0, I found that When I have installed Visual Studio 2005, I unable to Debug any ASP.NET Application 1.1
Are there any conflict?
How can I do to Debug ASP.NET 1.1 ???
Please help me!!!
Thanks Alot

Things to Check

If you get an "Unable to start debugging on the Web server" error, try checking the following things:

* Are you running a version of Windows that allows the Visual Studio debugger to automatically attach to a Web application? If not, you need to launch the application without debugging and manually attach to it. (For more information, see Manually Attaching and ASP.NET Debugging: System Requirements.)
* Does your Web application have a Web.config file?
o Does the Web.config file enable debug mode) by setting the debug attribute to true? For more information, see Debug Mode in ASP.NET Applications.
o Does the Web.config file contain any syntax errors? You can check for syntax errors by running the Web application without debugging. (From the Debug menu, choose Start Without Debugging.) If there are syntax errors in Web.config, detailed information will be displayed.
* You need to be a member of the Debugger Users group or an administrator if the ASP.NET worker process runs under your own user account.
* You need to be a member of the Administrators group if the ASP.NET worker process runs under any other user account besides your own.
* Did you create the project by specifying a specific IP address (100.20.300.400, for example)? Debugging a Web server requires NTLM authentication. By default, IP addresses are assumed to be part of the Internet, and NTLM authentication is not done over the Internet. To correct this problem:
o When creating the project, specify the name of the machine on your intranet.

-or-
o Add the IP address (http://100.20.300.400) to the list of trusted sites on your computer. (From the Internet Explorer Tools menu, choose Internet Options, and then select the Security tab).
* Does the machine running IIS server have Visual Studio .NET Remote Components installed?
* Was IIS installed on the local machine (the machine running Visual Studio .NET) after Visual Studio .NET was installed? IIS should be installed before Visual Studio .NET. If it was installed afterwards, you may need to repair the .NET Framework.

To repair the .NET Framework
o Insert the Visual Studio .NET disc and enter as one line at the command line:

<dvd drive="">:\wcu\dotNetFramework\dotnetfx.exe /t:c:\temp
/c:"msiexec.exe /fvecms c:\temp\netfx.msi"

—or—

Insert the Visual Studio .NET Requirements disc and enter as one line at the command line:

<cd drive="">:\dotNetFramework\dotnetfx.exe /t:c:\temp
/c:"msiexec.exe /fvecms c:\temp\netfx.msi"

* Is the URL for the project start page properly specified? Are the extension and project directory correct?
* Are the IIS security settings set up properly? To verify this, check the Default Web Site settings.

To check IIS security settings for the Default Web Site

1. From the Start menu, choose Programs, then Administrative Tools, and click Internet Services Manager (Windows 2000) or Internet Information Services (Windows XP).
2. In the Internet Services Manager or Internet Information Services dialog box, click the tree control for your machine. In the Web Sites folder, find Default Web Site.
3. Right-click Default Web Site and choose Properties.
4. In the Default Web Site Properties window, select the Directory Security tab and click Edit.
5. In the Authentication Methods dialog box, select Anonymous Access and Integrated Windows Authentication (if not already selected).
6. Click OK to close the Internet Services Manager or Internet Information Services dialog box.
AnswerRe: How can I do to fix the error "Unable to start debugging on the web server" Pin
rijjjesh16-Jul-06 18:59
rijjjesh16-Jul-06 18:59 
QuestionLook for links Pin
John R. Shaw16-Jul-06 18:30
John R. Shaw16-Jul-06 18:30 
AnswerRe: Look for links Pin
minhpc_bk16-Jul-06 19:59
minhpc_bk16-Jul-06 19:59 
GeneralRe: Look for links Pin
John R. Shaw16-Jul-06 21:01
John R. Shaw16-Jul-06 21:01 
GeneralRe: Look for links Pin
minhpc_bk16-Jul-06 21:25
minhpc_bk16-Jul-06 21:25 
GeneralRe: Look for links Pin
John R. Shaw16-Jul-06 21:55
John R. Shaw16-Jul-06 21:55 
QuestionAn operations error occurred.. pls help Pin
rijjjesh16-Jul-06 17:56
rijjjesh16-Jul-06 17:56 
AnswerPlease help... i'm still waiting... Pin
rijjjesh16-Jul-06 19:23
rijjjesh16-Jul-06 19:23 
GeneralI am still here Pin
rijjjesh16-Jul-06 22:58
rijjjesh16-Jul-06 22:58 
GeneralRe: I am still here Pin
PlayByTheRules16-Jul-06 23:14
PlayByTheRules16-Jul-06 23:14 
GeneralRe: I am still here [modified] Pin
rijz17-Jul-06 1:03
rijz17-Jul-06 1:03 
GeneralRe: I am still here Pin
Colin Angus Mackay3-Jan-07 0:54
Colin Angus Mackay3-Jan-07 0:54 
GeneralRe: Please help... i'm still waiting... Pin
PlayByTheRules16-Jul-06 23:12
PlayByTheRules16-Jul-06 23:12 
GeneralRe: Please help... i'm still waiting... Pin
rijz17-Jul-06 2:47
rijz17-Jul-06 2:47 
GeneralRe: Please help... i'm still waiting... Pin
J4amieC17-Jul-06 3:23
J4amieC17-Jul-06 3:23 
AnswerRe: An operations error occurred.. pls help Pin
minhpc_bk16-Jul-06 23:04
minhpc_bk16-Jul-06 23:04 
GeneralRe: An operations error occurred.. pls help [modified] Pin
rijz17-Jul-06 1:30
rijz17-Jul-06 1:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.