473,657 Members | 2,397 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Where does codebehing run?

I am attempting to test a VeriSign account and the setup instructions stated
that the certs file needed to go into the Windows\System3 2 folder. I am
getting an error from the code-behind assebly stating it cannot find it in
the certs chain and is pointing to a path in C:\Program Files\Microsoft
Visual Studio 8\Common 7\IDE.

Where should I put the certs folder?
Nov 19 '05 #1
10 1660
Let's analyze the problem. Verisign provides you with instructins for
setting up a Verisign account on your machine. You're getting an error from
some ASPX page you wrote, saying that it can't find "the certs chain." The
Verisign instructions told you that you had to put "the certs file" in "the
Windows\System3 2 folder." And finally, you want to know where to put the
certs folder.

Now, once we clear away all the ASP.Net debris from your problem, we're left
with this:

1.Verisign provided you with insturctions for setting up a Verisign account
on your machine.
2. The instructions apparently told you where to put "the certs file."
3. You are asking us where to put "the certs folder."

The answer is, therefore, put the certs folder where Verisign told you to
put it.

And fix your code bug.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

"Ray Stevens" <nf*@nospam.com > wrote in message
news:eK******** ********@tk2msf tngp13.phx.gbl. ..
I am attempting to test a VeriSign account and the setup instructions
stated
that the certs file needed to go into the Windows\System3 2 folder. I am
getting an error from the code-behind assebly stating it cannot find it in
the certs chain and is pointing to a path in C:\Program Files\Microsoft
Visual Studio 8\Common 7\IDE.

Where should I put the certs folder?

Nov 19 '05 #2
Thank you for the unnecessarily insulting response. I hope it wasn't too
much trouble.

And, FYI, I DID put them where they told me but that didn't work when
running the IDE debugger. However, I did find that putting a copy of the
certs folder in COMMON rather than Windows\System3 2 (as the VeriSign readme
instructed) solved the problem in my development environment.

"Kevin Spencer" <ke***@DIESPAMM ERSDIEtakempis. com> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
Let's analyze the problem. Verisign provides you with instructins for
setting up a Verisign account on your machine. You're getting an error from some ASPX page you wrote, saying that it can't find "the certs chain." The
Verisign instructions told you that you had to put "the certs file" in "the Windows\System3 2 folder." And finally, you want to know where to put the
certs folder.

Now, once we clear away all the ASP.Net debris from your problem, we're left with this:

1.Verisign provided you with insturctions for setting up a Verisign account on your machine.
2. The instructions apparently told you where to put "the certs file."
3. You are asking us where to put "the certs folder."

The answer is, therefore, put the certs folder where Verisign told you to
put it.

And fix your code bug.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Neither a follower nor a lender be.

"Ray Stevens" <nf*@nospam.com > wrote in message
news:eK******** ********@tk2msf tngp13.phx.gbl. ..
I am attempting to test a VeriSign account and the setup instructions
stated
that the certs file needed to go into the Windows\System3 2 folder. I am
getting an error from the code-behind assebly stating it cannot find it in the certs chain and is pointing to a path in C:\Program Files\Microsoft
Visual Studio 8\Common 7\IDE.

Where should I put the certs folder?


Nov 19 '05 #3
Unecessarily insulting. Would you please point out to me where I insulted
you? I analyzed your problem. Sorry if I wasn't touchy-feely enough for you.
I suppose that comes from interacting almost exclusively with computers
every day, instead of people. I have a tendancy to strip out all the
non-essentials from my communications.

But I'll ignore your characterizatio n. Let's have another look at the issue:
And, FYI, I DID put them where they told me but that didn't work when
running the IDE debugger. However, I did find that putting a copy of the
certs folder in COMMON rather than Windows\System3 2 (as the VeriSign
readme
instructed) solved the problem in my development environment.
Okay, the Verisign instructions told you to put the folder somewhere. Your
code didn't work with the folder where Verisign told you to put it. Instead
of changing your code, which I recommended, you changed the location of the
folder. Now it seems to work.

Of course, neither you nor I have any idea WHY Versign told you to put the
folder there. There may have been a reason for putting it in that specific
location. There may not have been. I suppose you'll find out eventually.
However, in the meantime, I would still stick with my advice. Why? Because
manufacturers recommendations are usually correct.

You had 2 choices: Move the folder, or fix your code. You chose the former,
and I recommended the latter. You will have to live with your choice. I
honestly hope it works out for you.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
"Ray Stevens" <nf*@nospam.com > wrote in message
news:ev******** ******@TK2MSFTN GP10.phx.gbl... Thank you for the unnecessarily insulting response. I hope it wasn't too
much trouble.

And, FYI, I DID put them where they told me but that didn't work when
running the IDE debugger. However, I did find that putting a copy of the
certs folder in COMMON rather than Windows\System3 2 (as the VeriSign
readme
instructed) solved the problem in my development environment.

"Kevin Spencer" <ke***@DIESPAMM ERSDIEtakempis. com> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
Let's analyze the problem. Verisign provides you with instructins for
setting up a Verisign account on your machine. You're getting an error

from
some ASPX page you wrote, saying that it can't find "the certs chain."
The
Verisign instructions told you that you had to put "the certs file" in

"the
Windows\System3 2 folder." And finally, you want to know where to put the
certs folder.

Now, once we clear away all the ASP.Net debris from your problem, we're

left
with this:

1.Verisign provided you with insturctions for setting up a Verisign

account
on your machine.
2. The instructions apparently told you where to put "the certs file."
3. You are asking us where to put "the certs folder."

The answer is, therefore, put the certs folder where Verisign told you to
put it.

And fix your code bug.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Neither a follower nor a lender be.

"Ray Stevens" <nf*@nospam.com > wrote in message
news:eK******** ********@tk2msf tngp13.phx.gbl. ..
>I am attempting to test a VeriSign account and the setup instructions
>stated
> that the certs file needed to go into the Windows\System3 2 folder. I am
> getting an error from the code-behind assebly stating it cannot find it in > the certs chain and is pointing to a path in C:\Program Files\Microsoft
> Visual Studio 8\Common 7\IDE.
>
> Where should I put the certs folder?
>
>



Nov 19 '05 #4
"Kevin Spencer" <ke***@DIESPAMM ERSDIEtakempis. com> wrote in message
news:uH******** ******@tk2msftn gp13.phx.gbl...
Okay, the Verisign instructions told you to put the folder somewhere. Your
code didn't work with the folder where Verisign told you to put it. Instead of changing your code, which I recommended, you changed the location of the folder. Now it seems to work.


Although VeriSign supports dotnet, their sample and readme was sparse and
not particualy useful. They provided a basic sample aspx page and a readme
file, which worked... but nothing for the IDE, which didn't.

I'm not a web programmer, so how to fix the code was not obvious...
especially since the VeriSign dll does not come with source.

The path appears to be environment specific. (For example, on the dev
depolyment server I had to put it in windows\system3 2\inetsrv\certs ).
Nov 19 '05 #5
> Thank you for the unnecessarily insulting response. I hope it wasn't too
much trouble.


LOL - I'd just put Kevin on my kill list thinking it was just me that caused
him to respond in such a insulting manner. Glad I'm not alone. I've been
using Usenet for many years now and I've only blocked a handful of people in
that time.

Rob.
Nov 19 '05 #6
> Unecessarily insulting. Would you please point out to me where I insulted
you? I analyzed your problem. Sorry if I wasn't touchy-feely enough for
you.


Kevin - that might be the problem, you don't know you are doing it...

Rob.
Nov 19 '05 #7
An insult is deliberate. You can't insult someone without knowing it. Some
people are thin-skinned, paranoid, or what-have-you, and take plain and
simple language as insulting. Is that the fault of the speaker?

Again, point out to me where I insulted Ray. I analyzed his problem. I broke
it down into manageable pieces, eliminated the fluff, and gave him his
options. That's what I get paid for every day as a programmer.

If you want touchy-feely, go to AOL.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"Rob Nicholson" <ro***********@ nospam-unforgettable.c om> wrote in message
news:%2******** *******@TK2MSFT NGP10.phx.gbl.. .
Unecessarily insulting. Would you please point out to me where I insulted
you? I analyzed your problem. Sorry if I wasn't touchy-feely enough for
you.


Kevin - that might be the problem, you don't know you are doing it...

Rob.

Nov 19 '05 #8
GMK
hey guys we should always respect each others. without any problems. we are
here to search for help and to help each others.
so let us talk about asp.net and how can we solve the problems we face in
our applications without caring about anyother thing.
thank you
wish you respect my point of view.
"Kevin Spencer" <ke***@DIESPAMM ERSDIEtakempis. com> wrote in message
news:OY******** ******@TK2MSFTN GP09.phx.gbl...
An insult is deliberate. You can't insult someone without knowing it. Some
people are thin-skinned, paranoid, or what-have-you, and take plain and
simple language as insulting. Is that the fault of the speaker?

Again, point out to me where I insulted Ray. I analyzed his problem. I broke it down into manageable pieces, eliminated the fluff, and gave him his
options. That's what I get paid for every day as a programmer.

If you want touchy-feely, go to AOL.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
What You Seek Is What You Get.

"Rob Nicholson" <ro***********@ nospam-unforgettable.c om> wrote in message
news:%2******** *******@TK2MSFT NGP10.phx.gbl.. .
Unecessarily insulting. Would you please point out to me where I insulted you? I analyzed your problem. Sorry if I wasn't touchy-feely enough for
you.


Kevin - that might be the problem, you don't know you are doing it...

Rob.


Nov 19 '05 #9
> wish you respect my point of view.

I do!

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"GMK" <x@x.com> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
hey guys we should always respect each others. without any problems. we
are
here to search for help and to help each others.
so let us talk about asp.net and how can we solve the problems we face in
our applications without caring about anyother thing.
thank you
wish you respect my point of view.
"Kevin Spencer" <ke***@DIESPAMM ERSDIEtakempis. com> wrote in message
news:OY******** ******@TK2MSFTN GP09.phx.gbl...
An insult is deliberate. You can't insult someone without knowing it.
Some
people are thin-skinned, paranoid, or what-have-you, and take plain and
simple language as insulting. Is that the fault of the speaker?

Again, point out to me where I insulted Ray. I analyzed his problem. I

broke
it down into manageable pieces, eliminated the fluff, and gave him his
options. That's what I get paid for every day as a programmer.

If you want touchy-feely, go to AOL.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
What You Seek Is What You Get.

"Rob Nicholson" <ro***********@ nospam-unforgettable.c om> wrote in message
news:%2******** *******@TK2MSFT NGP10.phx.gbl.. .
>> Unecessarily insulting. Would you please point out to me where I insulted >> you? I analyzed your problem. Sorry if I wasn't touchy-feely enough
>> for
>> you.
>
> Kevin - that might be the problem, you don't know you are doing it...
>
> Rob.
>



Nov 19 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2133
by: steve | last post by:
To gain performance, do I need to index ALL the fields in the where clause. Say we have a query like: select stuff from table where field1=.. and field2=... If field1 selection substantially reduces the number of records selected, do we really need to index field2 as well. In other words, does the query first subselect from the first argumet,
36
4099
by: Jack Hughes | last post by:
This argument has come up two or three times lately. We have a web standards document at our company that say "Use valid HTML 4; We don't recommend switching to DIV-based CSS-P for layout just yet though, tables are a lot easier." That's because we have a lot of developers who aren't ready to move to CSS-P and DIVs just yet. But I'm being told our policies were contradictory. If we're going to
10
7581
by: joshsackett | last post by:
I am starting an encryption project for my database and I'm performing some tests on decryption speed. A lot of my application queries use a LIKE parameter in the WHERE clause. To keep from changing my application I am performing all the work on the back-end; creating views, triggers and UDFs to encrypt/decrypt the data. A problem has arisen around the LIKE parameter, though. Currently: SELECT SSN, FNAME, LNAME FROM USERS WHERE LNAME...
3
2278
by: Xiangliang Meng | last post by:
Hi, all. In 1998, I graduated from Computer Science Dept. in a university in China. Since then, I've been using C Language for almost 6 years. Although I'm using C++ in my current job, I'm also interested in understanding C more and deeper at the same time. In the past half year, I decide to improve myself on C, read some books on C and digest some posts on comp.lang.c and comp.lang.c++. Now, I feel I have a better insight on C than...
5
2336
by: Silvio Matthes | last post by:
Hello, I'm new to the list and did not find a suitable answer to my question so here it is: I try to select the rows of a table where the content of a varchar-column is empty ('') and PostgresQL is doing a seqscan. I've tried this on a PostgresQL-Serverversion 7.3.4 and 8.0 beta1.
15
2281
by: amit.man | last post by:
Hi, i have newbie qestion, when i write #include <somthing.h> the precompiler subtitue that line with the lines from "somthing.h" header file. when, where and how the compiler insert the lines in "somthing.c" implementation file into my source code?
9
19139
by: Emin | last post by:
Dear Experts, I have a fairly simple query in which adding a where clause slows things down by at least a factor of 100. The following is the slow version of the query ------------------------- SELECT * FROM ( Select x.event_date From x FULL OUTER JOIN y ON x.event_date = y.event_date
40
3626
by: Spiros Bousbouras | last post by:
Do you have an example of an implementation where sizeof(short int) does not divide sizeof(int) or sizeof(int) does not divide sizeof(long int) or sizeof(long int) does not divide sizeof(long long int) ? Same question for the corresponding unsigned types.
0
8402
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8315
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8734
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8508
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7341
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6172
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5633
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4323
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1962
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.