|
I've downloaded the small VB example of Version 2.2.1 and opened it with VS 2010 and changed the design of the Site.Master.
Running the site from within VS caused no problems - so far, so good.
The first problem occurred when doing a full create - when running again from within VS there where some DLL's missing in the bin folder. I added them manually from the downloaded example and it works.
After publishing the project to a directory (as described in howto_install.txt) and uploading it via FTP to the website, I tried to open it in the web browser, but it always returns '500 - internal server error'.
The provider only alows ASP.NET 2.0 or 4.0 so I increased the project's ASP version to 4.0, included all files in the bin and N2 folders and made another full create. This ended with an error, that again some DLLs were missed. So I changed the options on
all these DLL's to 'always copy to output folder) and did another full create. Then again uploaded it to the website where I deleted all previous files first - same error.
Do I need to recompile the N2 source to ASP.NET 4 too or what may be the problem?
Do I need to include the N2 folder in the project? What to do to ensure that all needed DLL's will always be included on publishing/deploying? Wich sections (exactly!) have to be removed when provider is using IIS 7 resp. 7.5 in web.config? (httpmodules
- OK, but what exactly means 'httphandlers'?)
Hope you can help...?!
|