Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to ASP.NET MVC 3.0 #5

Closed
AMassani opened this issue Feb 28, 2012 · 4 comments
Closed

Upgrade to ASP.NET MVC 3.0 #5

AMassani opened this issue Feb 28, 2012 · 4 comments

Comments

@AMassani
Copy link

Are you planning to release the code for ASP.NET MVC 3.0 soon?

@Tek4
Copy link
Collaborator

Tek4 commented Feb 29, 2012

For the export module? I never planned any MVC version of the export module. What exactly are you hoping for?

@andyscott12
Copy link

Yeah I would be great to see this given the wide adoption of MVC ? Maybe just structure like controller, view and model using Razor template's ?

@Tek4
Copy link
Collaborator

Tek4 commented Mar 15, 2012

If you can elucidate some MVC aspect that is pertinent I will consider it.

Honestly, I don't believe MVC is relevant whatsoever. The code provides an HttpHandler which operates in the ASP.NET pipeline below the level where MVC even enters the picture. You use the HttpHandler via configuration within your web.config file and it is not affected in the slightest by MVC routes, etc.

See:
http://forums.asp.net/t/1320309.aspx/1
http://stackoverflow.com/questions/7109344/how-to-call-a-httphandler-in-mvc-asp-net

I don't see any applicability for MVC here. Please provide a specific request if I am wrong. I will leave this issue open for now to allow for additional input/corrections to my position.

@lamarant
Copy link

I believe AMassani would like to see a demo project that implements this within the .Net MVC framework. I plan on implementing this within my MVC project as well. An MVC demo would be useful.

@imclem imclem closed this as completed Sep 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants