travist / seamless.js

A Javascript library for working with seamless iframes.
http://www.travistidwell.com/seamless.js
MIT License
217 stars 44 forks source link

ASP.NET MVC url issue #1

Closed josephbaggett closed 10 years ago

josephbaggett commented 10 years ago

In ASP.NET MVC, I am having issues resolving the urls, as it seems to need to declare html files. Can I still use this library with ASP.NET MVC and do restful calls to actions that return views?

travist commented 10 years ago

You should not need to use actual HTML files to use this library. We are using it in production successfully with URL's that are not html files. This must have something to do with your configuration or environment.