Installation :: Where To Put New Websites In File System

Jan 11, 2011

I've just got a new PC set up with windows 7. I mainly do front-end dev, but have done some classic ASP and .NET too. My 'systems admin' skills aren't too good, so I'm looking for advice as to the best way to set up my sites locally.

I built a new asp.net web app just now in Visual Studio 2010 Express, and by default it created a new project in: C:UsersMyNameDocumentsVisual Studio 2010Projects. I then needed to do some work on an old legacy classic ASP site, so I created a new folder in the same 'Projects' directory and loaded my files in there. I then went in to IIS to create this site so I can preview it locally but when I locate the content directory and click 'Test settings...' I get the following authentication error:

"The server is configured to use pass-through authentication with a built-in account to access the specified physical path. However, IIS Manager cannot verify whether the built-in account has access. Make sure that the application pool identity has Read access to the physical path. If this server is joined to a domain, and the application pool identity is NetworkService or LocalSystem, verify that <domain><computer_name>$ has Read access to the physical path. Then test these settings again." Which I don't really understand how to resolve.

View 5 Replies


Similar Messages:

Installation :: Error: 0x80070002 The System Cannot Find The File Specified?

Aug 27, 2010

From Windows Server 2003 Std Ed SP, 32 bit VMWare Virtual Server

.Net Framework v1.1.4322

When attempting to run a hello world aspx page it fails to load returning the message "Server Application Unavailable". The application even viewer logged the following:

Event Type: Error
Event Source: ASP.NET 1.1.4322.0
Event Category: None
Event ID: 1088
Description:
Failed to execute request because the App-Domain could not be created.
Error: 0x80070002 The system cannot find the file specified.

I tried to run aspnet_regiis.exe -i, rebooted but this did not work.

I tried to uninstall, reboot, reinstall .net from the Windows component section of Add/Remove Programs.

View 10 Replies

Installation :: Large Production Websites On 4.0?

Apr 27, 2010

Our developers are wanting to upgrade our ASP.NET web forms app from 3.5 to 4.0 but management is a bit leary since it is so new. Our site has about 3.5 million unique visitors per month with each user hitting an average of 20 pages or more. ASP.NET 3.5 has been very solid for us.

Has anyone here moved their high volume app to ASP.NET 4.0? Or can you point me to some case studies or companies with high volume apps that are currently running ASP.NET 4.0? Are you aware of any stability issues with the release version of ASP.NET 4.0?

View 3 Replies

Installation :: System.IO.Packaging Is Not Visible?

Aug 13, 2010

I am new to ASP.net, I installed VS2005 and IIS 5 on my PC and set up my first website using IIS (not the embedded webserver in VS).

For some reason I cannot find the Assembly: "System.IO.Packaging", let me know if I am allowed to use it in that medium and how can I reference it?

View 1 Replies

Installation :: Where The Heck Is System.Linq.dll

Mar 17, 2010

I've recently upgraded from VWD 2008 Express to Visual Studio 2008 Professional edition, and installed Telerik's RadControls. Now, when I create a new Telerik project, I get the following errors: Namespace or type specified in the project-level Imports 'System.Xml.Linq' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. Namespace or type specified in the project-level Imports 'System.Linq' doesn't contain any public member [etc...] The Web.config file contains the following:

[Code]....

I can fix one error if I right-click on my references folder, select "Add Reference...", select the ".NET" tab, and find System.Xml.Linq, but System.Linq isn't there, or anywhere else that I can see.

View 3 Replies

Installation :: System.EnterpriseServices.dll' Could Not Be Found

Nov 16, 2010

I just did a new install of Visual Studio 2008 and am getting this error message:

CS0006: Metadata file 'C:WINDOWSassemblyGAC_32System.EnterpriseServices2.0.0.0__b03f5f7f11d50a3aSystem.EnterpriseServices.dll' could not be found

View 1 Replies

Configuration :: Use To Copy/publish Websites To Web Server Is Not Allowing Us Access To Push Websites?

Oct 15, 2010

the account we use to copy/publish websites to our web server is not allowing us access to push websites. I've added this account to the permissions in the links listed in the below link, but i don't have success when trying to push remotely. When the account is in the local admins account, everything works flawlessly, but we are not allowed to have it in there. http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/31be047e-4716-4974-b8a1-be0111b50199 I've googled and searched a lot for this particular error, but am not finding an answer that helps. We get this error, 'Unable to create the Web 'http://edea01/test/planning'. You are not authorized to perform the current operation', and the above link is the scenario that matches mine the most. I don't do develompment work, but am asked to figure out this connection problem.

View 3 Replies

Installation :: Couldn't Load Type 'System.Security.Authentication.ExtendedProtection.ChannelBinding'

Oct 21, 2010

I am running Windows Server 2008, ASP.NET 3.5, IIS7 i wonder if it's IIS7 problem, or .NET Framework or even security updates problem suddenly all websites do not work, and from event viewer there're two errors

Exception: System.TypeLoadException

Message: Could not load type 'System.Security.Authentication.ExtendedProtection.ChannelBinding' from assembly 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.

StackTrace: at System.Web.Hosting.IIS7WorkerRequest.Dispose()

at System.Web.Hosting.PipelineRuntime.DisposeHandlerPrivate(HttpContext context)
at System.Web.HttpRuntime.FinishRequestNotification(IIS7WorkerRequest wr, HttpContext context, RequestNotificationStatus& status)
at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
Faulting application w3wp.exe, version 7.0.6002.18005, time stamp 0x49e023cf, faulting module kernel32.dll, version 6.0.6002.18005, time stamp 0x49e037dd

it's on SP2 already

View 1 Replies

.net - Linking To CSS/JS File Using The Websites Absolute URL?

Nov 24, 2010

I am wondering what the best method is. E.g.

<script type="text/javascript" src="<%= GetBaseURL() %>Scripts/jquery-1.4.1.min.js"></script>

renders

<script type="text/javascript" src="http://www.mywebsite.com/Scripts/jquery-1.4.1.min.js"></script>

Is there any danger or performance hit doing it this way?

View 3 Replies

Security :: Xml File For Authorized Websites?

Aug 3, 2010

I have created an xml file. and I want only some websites that I have chosen to reach this file and view the datas of this xml file on their sites.

How can I do that? How can I give permission to some sites for and xml file?

View 5 Replies

Web Forms :: Upload A File Automatically In Websites?

Sep 22, 2010

Can we upload a file automatically in websites? I mean,I have a website where a default log folder is there and I will to upload automatically the log file present in the folder.

View 2 Replies

Installation :: Convert Customer.aspx.cs Source File To Dl File?

Mar 31, 2010

I have developed one webApplication that i suppose to submit to my client but for security reason i want to convert all the .cs to dll file.example consider customer.aspx customer.aspx.cs here i donot want to provide customer.aspx.cs file to customer instead i want to give client as dll fileI i can do this, PLEASE HELP ME, IT IS VERY URGENT FOR ME, I WAS TRYED LAST 2 DAYS,

View 5 Replies

SQL Server :: SQL SErver 2005 Express Edition Installation & System Restting (10000 Times)?

Jan 12, 2011

In machine XPSP2, I tried to install SQL SErver 2005 express edition (downloaded from the microsoft site) - after mode selction form (Windows/SQL server authentication) - system restarted, automatically.Again restarted, Again restarted,Again restarted,Again restarted,a 1000 times or more.finally I unplugged the system from the UPS

View 2 Replies

Installation :: How To Configure An Index.htm File For IIS

Apr 15, 2010

I am running IIS 6.0 on an XP OS using VS 2008 and SQL Server 2008 (Full install). I developed two web apps. Both of these I can run from IIS by setting them to the default website. However, now I tried adding an index.htm file. Real simple; all it has is two hyperlinks to these web apps. But now only the first web app works. The first web app is pure VS. The second web app modifies an Adventureworks database table.

But now when I click the hyperlink for the second web app, it gives me the error below. However this error doesn't make sense to me cause I have the two web apps configured as two virtual directories beneath C:inetpub and the index.htm file is also beneath C:inetpub. And the default website is set to home directory C:inetpub with Document index.htm on top. Also, why does the first web app work and not the second now? Server Error in '/AddFileToSQL' Application. The path '/AddFileToSQL/App_GlobalResources/' maps to a directory outside this application, which is not supported.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Web.HttpException: The path '/AddFileToSQL/App_GlobalResources/' maps to a directory outside this application, which is not supported. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

View 3 Replies

How To Read XML File Using System.IO.Stream With LINQ / Cannot Convert From 'System.IO.Stream' To 'string'

Jul 19, 2010

i will be passing the xml file like this:

[code]....

error:

Error 1 The best overloaded method match for 'System.Xml.Linq.XDocument.Load(string)' has some invalid arguments

cannot convert from 'System.IO.Stream' to 'string'

View 2 Replies

Installation :: Decompile The Xenocode Postbuild 2009 For .NET .exe File?

May 3, 2010

I have one .exe file, that was created using Xenocode Postbuild 2009 for .NET Obfuscator.

i need to decompile and need to do reverse engineering. i tried using .Net reflector, but it didn't worked for me. does it possible to decompile the same .exe file, with other any decompiler.

View 7 Replies

Configuration :: Install The MSI File In Client System Along With Database File?

Mar 29, 2010

I have developed an Asp.Net application with backend sqlserver 2008 database. Now i want to install the MSI file in client system along with database file. In client system i want to install the sqlserver with out any sql editor. i.e The sqlserver shouldn't use for development purpose. The sqlserver must acts just like engine between application and database file. In sqlserver which edition i have to install in client system to do the above things ?

View 2 Replies

Installation :: Account Is Not Present On Machine" Error On Sitecore Installation?

Nov 3, 2010

I am getting an error saying "ASPNET account is not present in this machine" when I try to install Sitecore on my machine after I installed visual studio 2008..

- My machine is running on windows XP sevice pack 3

- I installed Visual Studio 2008 and .NET framework version 3.5 SP1 on that machine

- I can see that ASPNET User group account Under Users and Groups and it doesn't have "Account is locked out" ticked under general tab

- Also I ran aspnet_regiis -i many times but didn't help; actually I red in one post that I should delete ASPNeT account first and run the script but still didn't help

- when I view http://localhost on IE I can view the ASP home page without any problem but Firefox asks me to enter user name and password.

View 2 Replies

C# - How To Send The Tracing Output To A File In The File System

Jul 19, 2010

I have added the following code to my web.config file:

<system.diagnostics>
<trace autoflush="false" indentsize="4" >
<listeners>
<add name="myListener"
type="System.Diagnostics.TextWriterTraceListener"
initializeData="d:debugging.txt" />
<remove name="Default"></remove>
</listeners>
</trace>
</system.diagnostics>

And I have written this line for sending trace output:

System.Diagnostics.Trace.Write(sID + " tracing id");

But, I can not see any "debugging.txt" file created on my d: drive and there is no trace output.

View 1 Replies

SQL Server :: Delete Image File From File System

Oct 9, 2010

I have a web site that you can upload images, the image path is saved in the ImgPath field in the data database and retrieves the image and displays it in the grid view. I want to be able to delete the image from a folder within my project when I delete the record. I'm trying to delete it from the Detailsview_ItemDeleting event.

View 4 Replies

Installation :: Failed To Access IIS Metabase When Run Aspx File In The Directory?

Dec 22, 2010

when i try to run a aspx file in the directory that have aspx mapped and running asp.net the follow error occour The process account used to run ASP.NET must have read access to the IIS metabase (e.g.IIS://servername/W3SVC). For information on modifying metabase permissions, please see
[URL]so i use the registration tool with the command -ga Marcelo for the account Marcelo just as say the link provide. But i still have the same error on try to run the page. What is the proprialy procide for this stop to happend?

View 2 Replies

Installation :: Getting HTTP Error 500.19  When Publishing A Site every File In The Directory?

May 31, 2010

I have installed Windows 7 Professional and Visual Studio 2010 on a machine I was using VS2005 on with Windows XP. I am unable to publish to c:inetpubwwwroot. The files cannot be deleted in wwwroot or edited. I turned off read-only and am still unable to edit anything in the root even when opening something in notepad. When publishing a site every file in the directory throws the following in VS.

"Error deleting file 'what_is_a_puppymill.aspx'. Unable to delete default.aspx'. This function is not supported on this system."

View 7 Replies

Installation :: Unable To Read Project File 'abc.vbproj.' In The VS2005/Windows 7?

Jun 14, 2010

I used to develop web application in the XP with Visual Studio 2005.Now I have moved to the Windows 7 environment. The .Net web application works fine in browser, but I have problems to open the project in the VS2005 SP1. I have already installedService Pack 1 for Vista and Update to support Web Application Projects updates. I surelly have IIS running on my Windows 7. I'm running VS2005 as adminI get error from VS that "Unable to read project file 'abc.vbproj'. The Web Application Project ABC is configured to use IIS Web Sites, you must install all of the following Windows components.- Internet Information Services- IIS 6 Metabase and IIS 6 Configuration Compatibility- ASP.NETIn addition, you must run Visual Studio in the context of an administrator account etc.

View 2 Replies

Installation :: AjaxControlToolkit In Visual Studio Installation Error?

Feb 14, 2011

Net Framework 2.0 Net Framework 3.5 and above, but not addobjects that I use when I use ajax added. Why can not I add the NetFramework 2.0.

View 1 Replies

Installation :: Vs2010 - Project Type Not Supported By This Installation

Apr 23, 2010

So bit the bullet and installed vs2010 finally. However, when loading an existing vs2008 project, I am getting this error: "The project type is not supported by this installation." the only thing special about this project is that it's a "web application projects" type. what I've tried so far are these steps, but none of these solve my problem:

(1) run "devenv /setup"
(2) regsvr32.exe "%ProgramFiles%Microsoft Visual Studio 10.0Common7IDEProjectAggregator.dll"

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved