Ok so I downloaded Graffiti and posted it to my webserver. I'm running Windows Server 2003, IIS 6, .NET 2.0, and have set the graffiti folder as an application in IIS.
When I first tried it, I got a "server application unavailable" error. I set the graffiti app in its own app pool and configured network service permissions and got this error:
<!-- Web.Config Configuration File -->
<configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> |
I edited the web.config file as shown, and the same error message displays. I have configured network service permissions on the root folder, have the app in its own app pool and edited web.config, and nothing seems to work. I also cannot run graffiti_demo.exe on my local machine it just pops a command prompt then disappears. I'm not particularly versed in working with windows server so I am completely baffled. I did see a post saying that there was some sort of conflict with visual studio, and I have visual studio 2005 installed, could that be part of the problem?
I eventually would like to get this running in MSSQL but if I can't get it working I might have to give up entirely...
Any thoughts or suggestions would be great.
Thanks!