Sign In
Vignesh's Weblog - An Intermittent blog with scraps of ASP.NET\IIS information
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
August 2007
(1)
February 2007
(1)
November 2006
(1)
October 2006
(1)
MSDN Blogs
>
Vignesh's Weblog - An Intermittent blog with scraps of ASP.NET\IIS information
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Vignesh's Weblog - An Intermittent blog with scraps of ASP.NET\IIS information
"System.Security.SecurityException: Security error" error message when the virtual directory points to a remote share in ASP.NET
Posted
over 5 years ago
by
Vignesh
1
Comments
This issue is documented in http://support.microsoft.com/?id=320268 . I recently worked on issue where the customer was using a virtual directory in IIS 6.0 that points to a remote share to host a Microsoft ASP.NET-based application. The remote share...
Vignesh's Weblog - An Intermittent blog with scraps of ASP.NET\IIS information
Compiler Error Message: CS0016: Could not write to output file 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\MyApp\fadda49e\bbdb0b87\eqdatzch.dll' -- 'Access is denied.'
Posted
over 5 years ago
by
Vignesh
33
Comments
What I like about the above error message is the part which says 'Access is denied.' These are some of the easiest issues to fix!! Right?? Well in most cases 'Yes'. All you have to usually do is give the Process Account or Impersonating thread identity...
Vignesh's Weblog - An Intermittent blog with scraps of ASP.NET\IIS information
A WAP project opens up as a WEBSITE in VS2005 if the webinfo file is present in the content folder
Posted
over 6 years ago
by
Vignesh
1
Comments
SCENARIO ========== Customer migrates his asp.net 1.1 app to asp.net 2.0 app using VS2005 and WAP. He then started working on it. A month ago he created a backup of the application by copying the entire content folder onto a different drive. D:\Backup...
Vignesh's Weblog - An Intermittent blog with scraps of ASP.NET\IIS information
How to change the default TempFile upload location for the ASP.NET 2.0 FileUpload control?
Posted
over 6 years ago
by
Vignesh
5
Comments
We used to see a lot memory related issues with File uploading in ASP.NET 1.1 as ASP.NET loads the whole file in memory before saving the file to disk. In ASP.NET 2.0 you can use the FileUpload control which buffers the file on disk while it is being...
Page 1 of 1 (4 items)