The support.csproj files are NOT available in visual studio.net 2010. I am getting the error message "error : The Web Application Project Support is configured to use IIS. The Web Server "Http://localhost:8080/rpc'
could not be found.
I have not completed the steps in the url link that I listed when I originally listed my problem.
Can you tell what you think I should do?
Here is what the csproj files look like when I open them up in notepad:
The following is support C# project type file listed below, If you want me to post more code from this web application, let me
peggy_girl
Member
33 Points
47 Posts
Re: C# web form 2010 problem
Apr 12, 2012 07:57 PM|LINK
The support.csproj files are NOT available in visual studio.net 2010. I am getting the error message "error : The Web Application Project Support is configured to use IIS. The Web Server "Http://localhost:8080/rpc' could not be found.
I have not completed the steps in the url link that I listed when I originally listed my problem.
Can you tell what you think I should do?
Here is what the csproj files look like when I open them up in notepad:
The following is support C# project type file listed below, If you want me to post more code from this web application, let me
know.
<ProjectExtensions> <VisualStudio> <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> <WebProjectProperties> <UseIIS>True</UseIIS> <AutoAssignPort>False</AutoAssignPort> <DevelopmentServerPort>3358</DevelopmentServerPort> <DevelopmentServerVPath>/SUPPORT</DevelopmentServerVPath> <IISUrl>http://localhost:8080/support</IISUrl> <NTLMAuthentication>False</NTLMAuthentication> <UseCustomServer>False</UseCustomServer> <CustomServerUrl> </CustomServerUrl> <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> </WebProjectProperties> </FlavorProperties> </VisualStudio>
support.csproj user file listed below
<?xml version="1.0" encoding="utf-8"?> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ProjectExtensions> <VisualStudio> <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> <WebProjectProperties> <StartPageUrl>PortalHome.aspx</StartPageUrl> <StartAction>SpecificPage</StartAction> <AspNetDebugging>True</AspNetDebugging> <SilverlightDebugging>False</SilverlightDebugging> <NativeDebugging>False</NativeDebugging> <SQLDebugging>False</SQLDebugging> <ExternalProgram> </ExternalProgram> <StartExternalURL> </StartExternalURL> <StartCmdLineArguments> </StartCmdLineArguments> <StartWorkingDirectory> </StartWorkingDirectory> <EnableENC>False</EnableENC> <AlwaysStartWebServerOnDebug>True</AlwaysStartWebServerOnDebug> </WebProjectProperties> </FlavorProperties> </VisualStudio> </ProjectExtensions> </Project>
support.csproj vspscc file listed below
"" { "FILE_VERSION" = "9237" "ENLISTMENT_CHOICE" = "NEVER" "PROJECT_FILE_RELATIVE_PATH" = "" "NUMBER_OF_EXCLUDED_FILES" = "0" "ORIGINAL_PROJECT_FILE_PATH" = "" "NUMBER_OF_NESTED_PROJECTS" = "0" "SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER" }