I'm getting the error:
Error 3 Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. S:\database\webforms\Insulation.aspx 86
in VWDEE in the error list. I can comment out the calendar extender control that causes this and I do not get any errors. I can build it no problem.
WITH the calendarextender, the server will build the aspx file and it works great. The page looks good and all is fine. The only problem is that I cannot build it on my development machine because I get this error.
I looked at my web.config on the server and it is set to full trust. This seems to be an issue with my local machine only. I cannot configure using my .net configuration tool since the database it tries to set up is on a server share. I set up flag 1807 which should enable setting up a .mdf database on a share. on my local machine and on the server and still no dice.
Any other ideas?
This is the error code that the .net config tool gives me when I try to edit the security settings on my dev machine:
An error occurred during the execution of the SQL file 'InstallCommon.sql'. The SQL error number is 5110 and the SqlException message is: The file "S:\DATABASE\WEBFORMS\APP_DATA\ASPNETDB_TMP.MDF" is on a network path that is not supported for database files. CREATE DATABASE failed. Some file names listed could not be created. Check related errors. Creating the ASPNETDB_f1fc1d3a59504c49b2f8251bc4b88039 database...