Visual Studio 2008/Vista X64/WAP project issue

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I am hoping that someone can help me out with this issue that I am having.
Visual Studio 2008 is generating a warning that does not allow any of the
ASCX or ASPX pages to be generated via the designer.

The projects that I am working on right now are WAP projects. And I have
the project directory different from the web site directory where I am
actually doing the testing. Inside the WAP project, I have a script that
copies all of the pertinant files from the project directory to the site that
I am doing the testing and debugging in. In VS 2005, this did not present
an issue and I had no problems with getting this working. However, in VS
2008, the below error is generated on the @Page attribute of the ASCX file.

"asp.net runtime error: could not find a part of the path
'z:\inetpub\dotnetnuke\'"

(Note: Z is a partition on my hard drive that I do all of my programming out
of. It is valid and is not a removable drive.)

And when I try to open one of the ASCX files in the designer is just shows a
blank screen. In addition, adding things to the markup doesn't regenerate
the designer.cs file for the control.

I have "Use Local IIS Web Server" selected with the project URL being
virtual directory for the project and the "override application root URL"
check with the url showing as "http://localhost/dotnetnuke/";.

I don't have a web.config in my WAP project because the controls that I am
building are running in the Dotnetnuke directory and the web.config file used
in that directory has all of the settings.

Switching from "Use Local IIS Web Server" to "Use Custom Web Server" seems
to work, but if I try to debug it forces me to put a web.config into the
project directory, which is kind of irritating.

I have tried adjust the permissions on the directory (Everyone now has FULL
control). I have tried adjusting the settings in IIS. No luck. I am
currently at a loss as to what is causing this issue. If it comes down to
it, I have a way to get it working, but would like to fix what seems to be a
permissions issue with IIS.

Any suggestions?

Chaitanya
.



Relevant Pages

  • Re: Automate Connection Access
    ... control on a plain SMTP 6.0 service? ... Anyway, IIS exposes the Connection Control list via the Metabase property `IPSecurity.` Unlike many other props, even with direct Metabase editing enabled, though, you can't easily automate the editing of metabase.xml for this property, because it is of the binary data type IPSECLIST rather than plain-text. ... but you don't need to know that, because IIS handily serves up the property via ADSI scripting without you having to do any binary encoding yourself. ... With ADSI and the IIS namespace, you can append to the current array of denied IPs, re-put the options into IIS, and the settings take effect immediately. ...
    (microsoft.public.inetserver.iis.smtp_nntp)
  • Re: IIS7 : SetWindowsHookEx fails with Access Is Denied
    ... We've modified the active X control to not put up any modal dialogs. ... I'd rather not have a parent window or create my own parent. ... The ActiveX control uses MFC windows. ... If I construct the out-of-proc com object using a test application not running IIS, this code completes without problem and we are able to construct the ActiveX control and programatically interact with it. ...
    (microsoft.public.inetserver.iis.security)
  • Re: IIS 6 - HTTP From ActiveX Control Problem
    ... HTTP and TCP level traffic) and please send it here. ... My gut feeling is that it is probably an issue with the ActiveX control. ... against IIS6, so I know it is possible to POST correctly to IIS6. ... the amont of data an ActiveX control receives back from IIS 6. ...
    (microsoft.public.inetserver.iis)
  • Re: Instantiate/Load UserControl from DLL
    ... Would you mind giving out the code for FindControlQ? ... UserControl control = packageManager.GetControl; ... does not execute/interpret the actual ascx file that has the HTML ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Instantiate/Load UserControl from DLL
    ... Code Snippet Begin ...] ... UserControl control = packageManager.GetControl; ... does not execute/interpret the actual ascx file that has the HTML ...
    (microsoft.public.dotnet.framework.aspnet)