Re: Developing ASP.NET w/out IIS or Admin Rights
You might be able to collect remote debug information from your
development server using DebugView from Sysinternals:
http://www.sysinternals.com/Utilities/DebugView.html
dendav wrote:
We are a team of programmers (8) who currently develop, test & debug our
ASP.NET (C#) web applications using a local version of IIS 5.0 and SQL Server
2000 Desktop. We have ONE development server (Windows Server 2003 w/IIS 6.0
and SQL Server 2000). Guidance from above is dictating that local web and
data services shall not be run on individual developer's machines. We have
already had our local admin rights removed, which is making it very
difficult, to near impossible to step through and debug our applications
(I've tried to make the aspnet_wp.exe run under a different account but then
I couldn't get the web application to run)!
My question: How can a team of 8 developers test & debug applications
without having a local version of IIS on our developer's (local) machine
(Remote Desktop?, develop w.out debugging? etc.) It is very frustrating to
our developers and we hope to find a solution that lets us be productive and
abide by the rules bestowed upon us.
.
Relevant Pages
- development environment architecture for ASP.NET development team
... ASP.NET for developing new modules in our current projects. ... the applications will be composed of both ASP and ASP.NET pages ... changes right on the web server by hitting refresh or F5. ... cannot expect my developers to build the application on server after every ... (microsoft.public.dotnet.framework.aspnet) - development environment architecture for ASP.NET development team
... ASP.NET for developing new modules in our current projects. ... the applications will be composed of both ASP and ASP.NET pages ... changes right on the web server by hitting refresh or F5. ... cannot expect my developers to build the application on server after every ... (microsoft.public.dotnet.general) - Re: Server 2003 with Visual Studio.NET
... Would stand-alone Windows applications developed using a server OS as ... developers throughout the years have argued that it is more "convienient" to ... A QA test must be an install on a virgin Win ... (microsoft.public.windows.server.general) - Re: development environment architecture for ASP.NET development team
... > we have been working on web based applications built in ASP for quite ... > ASP.NET for developing new modules in our current projects. ... > changes right on the web server by hitting refresh or F5. ... > cannot expect my developers to build the application on server after every ... (microsoft.public.dotnet.framework.aspnet) - Re: development environment architecture for ASP.NET development team
... > we have been working on web based applications built in ASP for quite ... > ASP.NET for developing new modules in our current projects. ... > changes right on the web server by hitting refresh or F5. ... > cannot expect my developers to build the application on server after every ... (microsoft.public.dotnet.general) |
|