Hello, First time post! So I would like to say fantastic work on Web Server Pro Thank you for this tool.
I have a site that I have moved from Visual Studio 2013 to Sharp Develop. This site is based on Forms authentication. I have a custom membership provider that I'm using for this site based on SQLite.
I have configured UltiDev for the site and the site works in your webserver. However when I attempt to add a new user or edit existing users using the ASP.NET Config tool, (ASP.NET Web Site administration tool in VS) I get the following error when going to the security tab
There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store.
The following message may help in diagnosing the problem: Access to the path 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\2c99c95c\7a5109f0\hash' is denied.
Permissions on folder 2c99c95c are IIS_IUSRS Modify these propagate to 7a5109f0 if the ASP.NET Config tool is using IIS_IUSRS these permissions seem correct.