Certificate Services certrqma.asp page in .NET 2.0
Certificate Services certrqma.asp page in .NET 2.0
am 03.09.2007 14:14:03 von Dugrhill
We run windows 2000 server with certificate services server. For years we
have used the default Advanced Certificate Request page (certrqma.asp) which
was written in Classic ASP.
My question is this... Does an ASP.NET 2.0 version of this page
(certrqma.asp) exist or do I have to create it? We need validation on the
page and I want to use ASP.NET 2.0 Validation controls.
I have started porting this page from ASP to ASP.NET but it has been a
nightmare.
So has someone done this already? If not, are there any resources that you
can suggest?
TIA.
Doug
Re: Certificate Services certrqma.asp page in .NET 2.0
am 04.09.2007 07:51:49 von Ken Schaefer
Why don't you just add some javascript (for client validation) and some
server-side VBScript (for server validation) rather than trying to port this
all to ASP.NET?
Cheers
Ken
"DugrHill" wrote in message
news:B9DD9E8E-9FCD-47F4-91EA-6BB3F41B3FE1@microsoft.com...
> We run windows 2000 server with certificate services server. For years we
> have used the default Advanced Certificate Request page (certrqma.asp)
> which
> was written in Classic ASP.
>
> My question is this... Does an ASP.NET 2.0 version of this page
> (certrqma.asp) exist or do I have to create it? We need validation on the
> page and I want to use ASP.NET 2.0 Validation controls.
>
> I have started porting this page from ASP to ASP.NET but it has been a
> nightmare.
>
> So has someone done this already? If not, are there any resources that you
> can suggest?
>
> TIA.
>
> Doug
>
Re: Certificate Services certrqma.asp page in .NET 2.0
am 04.09.2007 13:02:06 von Dugrhill
Ken,
Thanks for the response.
Yes, I probablly will end up doing just what you said. Unfortuneately I am
not very competant when it comes to JavaScript so I was hoping to avoid it.
"Ken Schaefer" wrote:
> Why don't you just add some javascript (for client validation) and some
> server-side VBScript (for server validation) rather than trying to port this
> all to ASP.NET?
>
> Cheers
> Ken
>
> "DugrHill" wrote in message
> news:B9DD9E8E-9FCD-47F4-91EA-6BB3F41B3FE1@microsoft.com...
> > We run windows 2000 server with certificate services server. For years we
> > have used the default Advanced Certificate Request page (certrqma.asp)
> > which
> > was written in Classic ASP.
> >
> > My question is this... Does an ASP.NET 2.0 version of this page
> > (certrqma.asp) exist or do I have to create it? We need validation on the
> > page and I want to use ASP.NET 2.0 Validation controls.
> >
> > I have started porting this page from ASP to ASP.NET but it has been a
> > nightmare.
> >
> > So has someone done this already? If not, are there any resources that you
> > can suggest?
> >
> > TIA.
> >
> > Doug
> >
>
>
RE: Certificate Services certrqma.asp page in .NET 2.0
am 04.09.2007 13:32:03 von wjzhang
Hi Doug,
There isn't an ASP.net version of the CertSrv site. So I think you do need
to create it by yourself if an ASP.net 2.0 version is needed. Of course,
another approach should be customizing the ASP pages by adding some
Javascript code to perform data validation.
For sample of generating certificate requests in .Net through XEnroll, you
can refer to the following article:
Programmatic SSL management in IIS
http://blogs.worldnomads.com.au/matthewb/articles/3574.aspx
If you may any problems in the coding process, please feel free to post
them to our ASP.net newsgroup:
microsoft.public.dotnet.framework.aspnet
Thanks and have a nice day.
Sincerely,
WenJun Zhang
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/de fault.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:
http://msdn.microsoft.com/subscriptions/support/default.aspx .
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
RE: Certificate Services certrqma.asp page in .NET 2.0
am 10.09.2007 22:44:02 von Dugrhill
Thanks WenJun!
If I need more I definitely ask on the ASP .net group.
Dugr
""WenJun Zhang[msft]"" wrote:
> Hi Doug,
>
> There isn't an ASP.net version of the CertSrv site. So I think you do need
> to create it by yourself if an ASP.net 2.0 version is needed. Of course,
> another approach should be customizing the ASP pages by adding some
> Javascript code to perform data validation.
>
> For sample of generating certificate requests in .Net through XEnroll, you
> can refer to the following article:
>
> Programmatic SSL management in IIS
> http://blogs.worldnomads.com.au/matthewb/articles/3574.aspx
>
> If you may any problems in the coding process, please feel free to post
> them to our ASP.net newsgroup:
>
> microsoft.public.dotnet.framework.aspnet
>
> Thanks and have a nice day.
>
> Sincerely,
>
> WenJun Zhang
>
> Microsoft Online Community Support
>
> ==================================================
>
> Get notification to my posts through email? Please refer to:
> http://msdn.microsoft.com/subscriptions/managednewsgroups/de fault.aspx#notif
> ications.
>
> Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
> where an initial response from the community or a Microsoft Support
> Engineer within 1 business day is acceptable. Please note that each follow
> up response may take approximately 2 business days as the support
> professional working with you may need further investigation to reach the
> most efficient resolution. The offering is not appropriate for situations
> that require urgent, real-time or phone-based interactions or complex
> project analysis and dump analysis issues. Issues of this nature are best
> handled working with a dedicated Microsoft Support Engineer by contacting
> Microsoft Customer Support Services (CSS) at:
>
> http://msdn.microsoft.com/subscriptions/support/default.aspx .
>
> ==================================================
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>