ASP on XAMPP?

Problems with the Windows version of XAMPP, questions, comments, and anything related.

ASP on XAMPP?

Postby bradexplode » 01. February 2013 00:26

I want to implement aspx pages on my xampp, I read many tutorials but i don't get it.

I'm working over Windows 7 Ultimate Xampp 1.8.1 Installer based. And as followed in the tutorials in my http-xampp.conf I've been added this code (between #asp.net lines).

Code: Select all

<IfModule alias_module>
#asp.net
LoadModule aspdotnet_module "modules/mod_aspdotnet.so"
AddHandler asp.net asax ascx ashx asmx aspx axd config cs csproj licx rem resources resx soap vb
vbproj vsdisco webinfo
AspNetMount /myasp "C:/xampp/asp_docs"
Alias /myasp "C:/xampp/asp_docs/"
AliasMatch /aspnet_client/system_web/(\d+)_(\d+)_(\d+)_(\d+)/(.*)

"C:/Windows/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$4"
<Directory "asp_docs">        #using the alias makes it easier to read
Options FollowSymlinks     #don't need ExecCGI because you need
AspNet Files               #this to tell the module to handle files
Order allow,deny
Allow from all
DirectoryIndex Default.htm Default.aspx
</Directory>
#asp.net



Is this correct?, what I do in the wrong way?.
bradexplode
 
Posts: 1
Joined: 31. January 2013 20:19
Operating System: Windows 7 Ultimate

Re: ASP on XAMPP?

Postby Altrea » 01. February 2013 05:02

Hi bradexplode,

A short salutation is an act of politeness. Even if the internet is an virtual area, there is always a human being behind the screen. A polite beginning helps to get polite answers too. Please keep that in mind if you start a new thread.

bradexplode wrote:what I do in the wrong way?.

XAMPP don't provide ASP.NET support. It just supports Apache::ASP with PERL AddOn
=> http://www.apachefriends.org/en/faq-xam ... s.html#asp

best wishes,
Altrea
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11935
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 105 guests