ScriptResource.axd 404 Preventing Login

Posted by Community Admin on 04-Aug-2018 14:26

ScriptResource.axd 404 Preventing Login

All Replies

Posted by Community Admin on 21-Jun-2017 00:00

Hey guys,

I'm trying to develop on a local machine to do some testing. The application is a typical MVC widget, and I need to login locally in order to access this for testing.

When I open the login page I'm given a 404 when trying to access the ScriptResource.axd file. This occurs running with IIS Express and Local IIS. Relevant Screenshot.

I've verified that the file is trying to pull out jQuery 1.8.3, and that the login function is failing because it is expecting jQuery to be loaded/defined on the page, but it is not.

My local IIS and web config has the correct mappings for the script resources file.

 

Manually calling "javascript:__doPostBack('ctl00$ContentPlaceHolder$C003$ctl00$ctl00$LoginButton','')" in the developer console will post data to /myselect/login/, but this does nothing.

Trying to log in via sf.localhost/sitefinity results in an IIS 404 as seen here.

This thread is closed