[Help] asp.net wont build
hello people
i am new with making warz server i follow tutorials to fix but i have a problem the tutorial saids that i need to publish it to the wwwroot folder api etc. but if i do that i get an error with app_data wont create because acces denied how to fix ?
Quote:
------ Build started: Project: C:\...\Site\, Configuration: Debug Any CPU ------
Pre-compiling Web Site
Building directory '/Site/App_Code/'.
C:\WarZ\src\Scripts\WZBackend-ASP.NET\Site\App_Code\IPLocationCheck.cs(11,19): warning CS0414: The private field 'IPLocationCheck.DB_PATH' is assigned but its value is never used
C:\WarZ\src\Scripts\WZBackend-ASP.NET\Site\App_Code\IPLocationCheck.cs(12,19): warning CS0414: The private field 'IPLocationCheck.LIC_PATH' is assigned but its value is never used
Pre-compilation Complete
------ Publish started: Project: C:\...\Site\, Configuration: Debug Any CPU ------
Connecting to site C:\inetpub\wwwroot\WarZ\api...
Publishing directory /...
Unable to add folder 'App_Data' to the Web site. Cannot create folder 'App_Data'. Access is denied.
Error: Unable to add folder 'App_Data' to the Web site. Cannot create folder 'App_Data'. Access is denied.
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
========== Publish: 0 succeeded, 1 failed, 0 skipped ==========
i realy appriciate it if some on can help me out:)
maffiarobby
Re: [Help] asp.net wont build
I have the same issue looks like no one knows the solution to it... :(
Re: [Help] asp.net wont build
Set permissions for inetpub folder for your User account.
Or build it in folder on your desktop and then move it to C:\inetpub\wwwroot\WarZ\api