can i Run KiGG on XP Pro?

174 Views Asked by At

I have XP pro edition with .Net 3.5 installed and IIS 5.0 and MVC RC 2 Can i run KiGG on this machine?

Also i have on my hosting server IIS 6 and .Net 3.5 , can it run there or no also? If no, there is no work around to make it work?

Thanks,

1

There are 1 best solutions below

2
On BEST ANSWER

You would need to install an SQL server but yes, you can run KIGG on IIS 5/XP.

ASP.NET MVC is bin-deployable so you should be able to run it on your host also. I think for a shared host you'll need full trust because it uses some reflection in the code, otherwise you'll get exceptions.