Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Steve C. Orr, MCSD #1
Re: Visual Studio .NET
You may need to repair your IIS mappings.
To do this, run the following command:
aspnet_regiis.exe -i
Here's further information:
[url]http://support.microsoft.com/default.aspx?scid=KB;EN-US;q306005[/url]
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"tmadison" <tmadison@apha.com> wrote in message
news:01ee01c346fd$823111f0$a101280a@phx.gbl...> I get this error message:
>
> "Error while trying to run project: Unable to start
> debugging on the web server. The server does not support
> debugging of ASP.NET or ATL Server applications. Run setup
> to install the Visual Studio .NET server components. If
> setup has been run verify that a valid URL has been
> specified.
>
> You may also want to refer to the ASP.NET and ATL Server
> debugging topic in the online documentation. Would you
> like to disable future attempts to debug ASP.NET pages for
> this project?"
>
> When I try to run my project. Also when the form comes up
> none of the 'Web Forms' show up in the browser, just the
> general HTML controls do.
Steve C. Orr, MCSD Guest
-
Visual Studio 2005
Can anyone install VS2005 on Vista 5308? -
DW8 to Visual Studio
I would like to get my DW8 asp.NET pages to open up in Visual Studio 2003. I have some co workers that need to do some work as well..... I have... -
Visual studio?
Not that i dont like the flex ide, but i'd much rather use visual studio? has anyone found a plug in or tried to intergrade into vs.net yet? -
Using SRC attribute with Visual Studio.NET
Hi, I understand that the CodeBehind= is designed to be used by VS and not actually part of the .NET framework However, in my BenefitsVB... -
Visual Studio.NET and PHP
Hello, Does anyone have an idea how to integrate PHP into Visual Studio .NET 2003. Thanks, Albert Ahtenberg -
Pete Wright #2
Re: Visual Studio .NET
Have you installed the .NET runtime on the server? You need to. You also
need to make sure that you have installed the frontpage extensions in the
virtual directory in question.
Hope that helps some,
--
Peter Wright
Author of ADO.NET Novice To Pro, from Apress Inc.
_____________________________
"tmadison" <tmadison@apha.com> wrote in message
news:01ee01c346fd$823111f0$a101280a@phx.gbl...> I get this error message:
>
> "Error while trying to run project: Unable to start
> debugging on the web server. The server does not support
> debugging of ASP.NET or ATL Server applications. Run setup
> to install the Visual Studio .NET server components. If
> setup has been run verify that a valid URL has been
> specified.
>
> You may also want to refer to the ASP.NET and ATL Server
> debugging topic in the online documentation. Would you
> like to disable future attempts to debug ASP.NET pages for
> this project?"
>
> When I try to run my project. Also when the form comes up
> none of the 'Web Forms' show up in the browser, just the
> general HTML controls do.
Pete Wright Guest
-
Martyn Fewtrell #3
Re: Visual Studio .Net
Thanks for your comments I am sure this must wind up other users as well!
Martyn
"Alvin Bruney" <vapordan_spam_me_not@hotmail_no_spamhotmail.com > wrote in
message news:Oc9HfwEYDHA.2020@TK2MSFTNGP10.phx.gbl...guess> There is not way to turn that behavior off.
> "Martyn Fewtrell" <mfewtrell@networkclub.co.uk> wrote in message
> news:#QKE3PAYDHA.1644@TK2MSFTNGP10.phx.gbl...> > Hi All
> >
> > I am sorry that this is the wrong news group for the question but IVisual> own> > somebody here will know the answer.
> >
> > How do you stop Visual Studio.Net 2003 rewriting my ASPX pages into its> > format. I think I have tried every version of Tools - Options that I can
> > find but Visual Studio still insists on messing up nicely written code.
> >
> > I have no problem with the Vb.net it seems to format this well butattributes> > Studio just doesn't seem to able to format HTML at all. It keeps
> > capitalising my closing tags, breaking up my tags according toout!> > (putting these on new lines) and listing code in huge great lines as it
> > thinks fit etc. This all makes it virtually impossible to read.
> >
> > What I would like is for Visual Studio to leave things as I lay them>> > (an option to turn Formatting of HTML off perhaps?)
> >
> > In anticipation a frustrated man
> >
> > --
> > Martyn Fewtrell
> > [email]mfewtrell@networkclub.co.uk[/email]
> >
> > [url]http://www.networkclub.co.uk[/url]
> >
> >
>
Martyn Fewtrell Guest
-
Ken Cox [Microsoft MVP] #4
Re: Visual Studio .Net
Make sure you request this feature (or lack thereof!) for the next version of
VS.NET?
mailto:mswish@microsoft.com?subject=VS.NET
Ken
--
Microsoft MVPs have a question for *you*: Are you patched against the Worm?
[url]http://www.microsoft.com/security/security_bulletins/ms03-026.asp[/url]
"Martyn Fewtrell" <mfewtrell@networkclub.co.uk> wrote in message
news:%23QKE3PAYDHA.1644@TK2MSFTNGP10.phx.gbl...
Hi All
I am sorry that this is the wrong news group for the question but I guess
somebody here will know the answer.
How do you stop Visual Studio.Net 2003 rewriting my ASPX pages into its own
format. I think I have tried every version of Tools - Options that I can
find but Visual Studio still insists on messing up nicely written code.
I have no problem with the Vb.net it seems to format this well but Visual
Studio just doesn't seem to able to format HTML at all. It keeps
capitalising my closing tags, breaking up my tags according to attributes
(putting these on new lines) and listing code in huge great lines as it
thinks fit etc. This all makes it virtually impossible to read.
What I would like is for Visual Studio to leave things as I lay them out!
(an option to turn Formatting of HTML off perhaps?)
In anticipation a frustrated man
--
Martyn Fewtrell
[email]mfewtrell@networkclub.co.uk[/email]
[url]http://www.networkclub.co.uk[/url]
Ken Cox [Microsoft MVP] Guest



Reply With Quote

