Pechkin on DotNetNuke 7 - iis-7

i have tried to install wkhtmltopdf with Pechkin as dll in the DNN "bin" folder. But when i upload the pechkin.dll DNN crashes. I tried to upload the System.Drawing and System.Net dlls because i hope this was only a reference error. But nothing changed.
I hope someone here tried this too an can help me.
Kind Regards
Tiega

What version of DNN are you running? What Framework is your Application Pool running under? Maybe you're still on 2.0 and maybe Pechkin requires 4.0? If so, change your application pool in IIS to 4.0.

Related

IIS 10 - Missing Managed Handlers Types

Recently we upgraded one of our internal servers from Windows Server 2012 R2 to 2016. There were some missing configurations in IIS and I had to reinstall extensions like Web Platform Installer, URLRewrite etc.
This upgrade also broke our .NET Core 3 hosted website and upon some investigation I found that handler configuration seems to be missing in IIS. I need help restoring the handlers.
Thank you
Input your type name manually. Sometimes it could not load type names in dropdown list.
You can try the following steps to solve the problem:
run the aspnet_regiis -ir
For x86, run C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -ir.
For x64, run C:\Windows\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -ir.
Or
click Revert to Parent in the right nav of IIS in the Handler
Mappings section.
I reinstalled .NET 4.8, .NET 3.1 Core one more time to get it work. Restarted a few times in between. Not sure which one did the trick exactly though!
Thank you all for your help!

Not able to access GAC assembly in asp.net Web application

I have developed an asp.net web application using .net framework 4.0.
I have installed few dlls in GAC and have added their reference in my web application , so that I can use it. These dlls are compiled in .net framework 3.5.
After development , when I published my application and deployed in my local IIS , it is working fine.
After this testing , I have deployed same content at Test server and Stage server. and also installed those required dlls in GAC.Everything is working till now.
But when I deployed same content and followed same steps at production server, it started giving me error message "Could not load file or assembly...". This is showing that my web application is not able to access that GAC assembly.
I have tried lot to solve this issue , but not able to find any solution.
One major difference I found in all environment is , the OS is installed in D: at production server, while OS is installed in C: in other environment where its working fine.
This might be causing issue. if yes, then what should be the solution for this.
I don't want to put these dlls in my BIN folder, I have tested by doing this and its working fine. I have to use dlls installed in GAC only.
Please help me .

Web application serves a DLL after setting up MVC 3 application in-side Sharepoint 2007 using IIS 7.5?

I am currently working on an sharepoint 2007, web application and I am trying to create an MVC 3 site inside the same website which runs on .Net Framework 4.0 (Integrated Mode).
Initially we had issues to get it working as web.config (for the main site[Sharepoint 2007]) had dlls registered for .net framework 2.0, even for the MVC 3 application. We got this problem resolved by updating the web.config in the .Net Framework, so right versions on dlls where registered for .Net 2.0 and 4.0.
The problem was solved and I was able to get to the MVC and main site without any issues, now all of a sudden, after restarting my VM, when I visit my the main site, a DLL is served (yes, browser downloads a dll file !!).
This is the case with 3 other colleagues of mine. Any expert advice would be very helpful.
Thanks
Uff ! After a days of staring at IIS and extensive googling, it turns out giving 'Execute' permission to handler mapping for _vti_bin folder resolves the problem. I am surprised no one had this issue before, or may be it could be something to do with out rake script (deployment package- script).
Anyways thanks to all those who viewed my question. Hope this answer helps someone !

aspnet_regiis.exe not working?. Where i find the Download link?

Temporary ASP.NET Files Missing
I struck with this error at yesterday itself. I googled for this. Somebudy told me to check, aspnet_regiis.exe working or not in this path.
file:///C:/windows/microsoft.net/framework/v2.0.50727/
Oh it not working. Warning is,...
The Program Can't start because webengine.dll is missing from your computer. try re installing the program to fix this problem.
Where can i find the download link.
Download it from http://www.microsoft.com/download/en/details.aspx?id=19.
You can download and re-install the .net framework 2.0. After this it will allow you to register the asp.net with IIS. Ensure the IIS is configured in your windows feature.

XSP4 from Mono 2.10 not working under Windows

I'm trying to run any application on XSP4 web server using new Mono 2.10 (downloaded from windows installer bundle). I have already tried to run simple ASP.NET MVC2 project and ASP.NET. Both were simple applications stubs. In all cases in browser under localhost:XXXX it seems that page is loading but nothing happens. With Mono 2.8 it works without any problems. Any suggestions how I can debug or solve this problem?
PS. My windows firewall is turned off so it shouldn't be problem.
The latest MonoDevelop Beta, 2.6b1, contains an updated XSP4 and Mono.WebServer.XSP (aliased as MonoDevelop.Xsp.dll in this distribution, and from my experience must be placed in the GAC for it to work) which fixes this issue on 2.10.
A good place to ask questions regarding ASP.NET using Mono is Mono ASP.NET list

Resources