How to Configure Adobe Dreamweaver CS6 with PHP and ASP .NET?
I have Wamp Server on my PC and also Visual Studio and I want to Configure Adobe Dreamweaver CS6 with ASP .NET and PHP so that I Can design Dynamic website....
php dreamweaver asp.net
migrated from stackoverflow.com Nov 21 '12 at 3:49
This question came from our site for professional and enthusiast programmers.
add a comment |
I have Wamp Server on my PC and also Visual Studio and I want to Configure Adobe Dreamweaver CS6 with ASP .NET and PHP so that I Can design Dynamic website....
php dreamweaver asp.net
migrated from stackoverflow.com Nov 21 '12 at 3:49
This question came from our site for professional and enthusiast programmers.
1
Can`t, php is compiled on the server side so install Eclipse, Netbeans or Aptana. Use dreamweaver for mock-ups
– ka_lin
Nov 20 '12 at 10:41
1
@KA_lin that is not true at all. Php/ASP runs in fact on the server side (being wamp in his case). But development can be done in Dreamweaver just like, Eclipse, Netbeans, PhpStorm/IntelliJ or Aptana... Intellisense, code hinting can differ in every IDE but you can write php in notepad if you want.
– VDP
Nov 20 '12 at 10:51
I wasnt expressing myself clearly, It seems he wants to use dreamweaver for the visual part, I was just pointing out that he can
t run php code in the editor to see the full effect :)
– ka_lin
Nov 20 '12 at 10:53
ow, okay then ;) I was thought that was obvious :)
– VDP
Nov 20 '12 at 10:55
add a comment |
I have Wamp Server on my PC and also Visual Studio and I want to Configure Adobe Dreamweaver CS6 with ASP .NET and PHP so that I Can design Dynamic website....
php dreamweaver asp.net
I have Wamp Server on my PC and also Visual Studio and I want to Configure Adobe Dreamweaver CS6 with ASP .NET and PHP so that I Can design Dynamic website....
php dreamweaver asp.net
php dreamweaver asp.net
edited Aug 30 '14 at 18:31
Hennes
58.8k792141
58.8k792141
asked Nov 20 '12 at 10:40
Mohammed Dawood Ansari
10112
10112
migrated from stackoverflow.com Nov 21 '12 at 3:49
This question came from our site for professional and enthusiast programmers.
migrated from stackoverflow.com Nov 21 '12 at 3:49
This question came from our site for professional and enthusiast programmers.
1
Can`t, php is compiled on the server side so install Eclipse, Netbeans or Aptana. Use dreamweaver for mock-ups
– ka_lin
Nov 20 '12 at 10:41
1
@KA_lin that is not true at all. Php/ASP runs in fact on the server side (being wamp in his case). But development can be done in Dreamweaver just like, Eclipse, Netbeans, PhpStorm/IntelliJ or Aptana... Intellisense, code hinting can differ in every IDE but you can write php in notepad if you want.
– VDP
Nov 20 '12 at 10:51
I wasnt expressing myself clearly, It seems he wants to use dreamweaver for the visual part, I was just pointing out that he can
t run php code in the editor to see the full effect :)
– ka_lin
Nov 20 '12 at 10:53
ow, okay then ;) I was thought that was obvious :)
– VDP
Nov 20 '12 at 10:55
add a comment |
1
Can`t, php is compiled on the server side so install Eclipse, Netbeans or Aptana. Use dreamweaver for mock-ups
– ka_lin
Nov 20 '12 at 10:41
1
@KA_lin that is not true at all. Php/ASP runs in fact on the server side (being wamp in his case). But development can be done in Dreamweaver just like, Eclipse, Netbeans, PhpStorm/IntelliJ or Aptana... Intellisense, code hinting can differ in every IDE but you can write php in notepad if you want.
– VDP
Nov 20 '12 at 10:51
I wasnt expressing myself clearly, It seems he wants to use dreamweaver for the visual part, I was just pointing out that he can
t run php code in the editor to see the full effect :)
– ka_lin
Nov 20 '12 at 10:53
ow, okay then ;) I was thought that was obvious :)
– VDP
Nov 20 '12 at 10:55
1
1
Can`t, php is compiled on the server side so install Eclipse, Netbeans or Aptana. Use dreamweaver for mock-ups
– ka_lin
Nov 20 '12 at 10:41
Can`t, php is compiled on the server side so install Eclipse, Netbeans or Aptana. Use dreamweaver for mock-ups
– ka_lin
Nov 20 '12 at 10:41
1
1
@KA_lin that is not true at all. Php/ASP runs in fact on the server side (being wamp in his case). But development can be done in Dreamweaver just like, Eclipse, Netbeans, PhpStorm/IntelliJ or Aptana... Intellisense, code hinting can differ in every IDE but you can write php in notepad if you want.
– VDP
Nov 20 '12 at 10:51
@KA_lin that is not true at all. Php/ASP runs in fact on the server side (being wamp in his case). But development can be done in Dreamweaver just like, Eclipse, Netbeans, PhpStorm/IntelliJ or Aptana... Intellisense, code hinting can differ in every IDE but you can write php in notepad if you want.
– VDP
Nov 20 '12 at 10:51
I wasn
t expressing myself clearly, It seems he wants to use dreamweaver for the visual part, I was just pointing out that he can
t run php code in the editor to see the full effect :)– ka_lin
Nov 20 '12 at 10:53
I wasn
t expressing myself clearly, It seems he wants to use dreamweaver for the visual part, I was just pointing out that he can
t run php code in the editor to see the full effect :)– ka_lin
Nov 20 '12 at 10:53
ow, okay then ;) I was thought that was obvious :)
– VDP
Nov 20 '12 at 10:55
ow, okay then ;) I was thought that was obvious :)
– VDP
Nov 20 '12 at 10:55
add a comment |
1 Answer
1
active
oldest
votes
I do not know if setting up a local testing server in DreamWeaver CS6 is different than CC 2014. Here's out to do it, assuming that CS6 works the same way as CC 2014.
1.) In the Dreamweaver toolbar, choose Site -> New Site...
2.) Choose the "Servers" option on the side of the box that appears, and click on the "+".
3.) After you click the "+", you'll see another box appear asking for the server configuration info. The first thing you'll want to change is "Connect using" option. The CC 2014 default is "FTP." Since you are using a WAMP server, you are going to want to change the default to "Local/Network."
4.) After changing this setting, you'll notice that the requested information also changes. For your server folder, set the root directory for your website. The root directory for your site is going to be in your WAMP server folder. I use IIS instead of WAMP, so that's what I am going to make my directory.
5.) For the web URL, put http://localhost
, followed by the root directory of your site. For the website I show here, the root directory is named MyStackOverflowSite
, so that's what we are going to put after localhost
.
6.) Save your server configuration.
7.) Click on the arrow on the "Advanced Settings" tab, and choose "Local Info." In the options that appear, change "Links relative to" from "Document" to "Site Root."
8.) Save, and from now on whenever you are working on your site, Dreamweaver will be able to use WAMP to handle PHP as long as WAMP is running.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f508513%2fhow-to-configure-adobe-dreamweaver-cs6-with-php-and-asp-net%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I do not know if setting up a local testing server in DreamWeaver CS6 is different than CC 2014. Here's out to do it, assuming that CS6 works the same way as CC 2014.
1.) In the Dreamweaver toolbar, choose Site -> New Site...
2.) Choose the "Servers" option on the side of the box that appears, and click on the "+".
3.) After you click the "+", you'll see another box appear asking for the server configuration info. The first thing you'll want to change is "Connect using" option. The CC 2014 default is "FTP." Since you are using a WAMP server, you are going to want to change the default to "Local/Network."
4.) After changing this setting, you'll notice that the requested information also changes. For your server folder, set the root directory for your website. The root directory for your site is going to be in your WAMP server folder. I use IIS instead of WAMP, so that's what I am going to make my directory.
5.) For the web URL, put http://localhost
, followed by the root directory of your site. For the website I show here, the root directory is named MyStackOverflowSite
, so that's what we are going to put after localhost
.
6.) Save your server configuration.
7.) Click on the arrow on the "Advanced Settings" tab, and choose "Local Info." In the options that appear, change "Links relative to" from "Document" to "Site Root."
8.) Save, and from now on whenever you are working on your site, Dreamweaver will be able to use WAMP to handle PHP as long as WAMP is running.
add a comment |
I do not know if setting up a local testing server in DreamWeaver CS6 is different than CC 2014. Here's out to do it, assuming that CS6 works the same way as CC 2014.
1.) In the Dreamweaver toolbar, choose Site -> New Site...
2.) Choose the "Servers" option on the side of the box that appears, and click on the "+".
3.) After you click the "+", you'll see another box appear asking for the server configuration info. The first thing you'll want to change is "Connect using" option. The CC 2014 default is "FTP." Since you are using a WAMP server, you are going to want to change the default to "Local/Network."
4.) After changing this setting, you'll notice that the requested information also changes. For your server folder, set the root directory for your website. The root directory for your site is going to be in your WAMP server folder. I use IIS instead of WAMP, so that's what I am going to make my directory.
5.) For the web URL, put http://localhost
, followed by the root directory of your site. For the website I show here, the root directory is named MyStackOverflowSite
, so that's what we are going to put after localhost
.
6.) Save your server configuration.
7.) Click on the arrow on the "Advanced Settings" tab, and choose "Local Info." In the options that appear, change "Links relative to" from "Document" to "Site Root."
8.) Save, and from now on whenever you are working on your site, Dreamweaver will be able to use WAMP to handle PHP as long as WAMP is running.
add a comment |
I do not know if setting up a local testing server in DreamWeaver CS6 is different than CC 2014. Here's out to do it, assuming that CS6 works the same way as CC 2014.
1.) In the Dreamweaver toolbar, choose Site -> New Site...
2.) Choose the "Servers" option on the side of the box that appears, and click on the "+".
3.) After you click the "+", you'll see another box appear asking for the server configuration info. The first thing you'll want to change is "Connect using" option. The CC 2014 default is "FTP." Since you are using a WAMP server, you are going to want to change the default to "Local/Network."
4.) After changing this setting, you'll notice that the requested information also changes. For your server folder, set the root directory for your website. The root directory for your site is going to be in your WAMP server folder. I use IIS instead of WAMP, so that's what I am going to make my directory.
5.) For the web URL, put http://localhost
, followed by the root directory of your site. For the website I show here, the root directory is named MyStackOverflowSite
, so that's what we are going to put after localhost
.
6.) Save your server configuration.
7.) Click on the arrow on the "Advanced Settings" tab, and choose "Local Info." In the options that appear, change "Links relative to" from "Document" to "Site Root."
8.) Save, and from now on whenever you are working on your site, Dreamweaver will be able to use WAMP to handle PHP as long as WAMP is running.
I do not know if setting up a local testing server in DreamWeaver CS6 is different than CC 2014. Here's out to do it, assuming that CS6 works the same way as CC 2014.
1.) In the Dreamweaver toolbar, choose Site -> New Site...
2.) Choose the "Servers" option on the side of the box that appears, and click on the "+".
3.) After you click the "+", you'll see another box appear asking for the server configuration info. The first thing you'll want to change is "Connect using" option. The CC 2014 default is "FTP." Since you are using a WAMP server, you are going to want to change the default to "Local/Network."
4.) After changing this setting, you'll notice that the requested information also changes. For your server folder, set the root directory for your website. The root directory for your site is going to be in your WAMP server folder. I use IIS instead of WAMP, so that's what I am going to make my directory.
5.) For the web URL, put http://localhost
, followed by the root directory of your site. For the website I show here, the root directory is named MyStackOverflowSite
, so that's what we are going to put after localhost
.
6.) Save your server configuration.
7.) Click on the arrow on the "Advanced Settings" tab, and choose "Local Info." In the options that appear, change "Links relative to" from "Document" to "Site Root."
8.) Save, and from now on whenever you are working on your site, Dreamweaver will be able to use WAMP to handle PHP as long as WAMP is running.
answered Jul 26 '14 at 4:03
DavidB
2,360185181
2,360185181
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f508513%2fhow-to-configure-adobe-dreamweaver-cs6-with-php-and-asp-net%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Can`t, php is compiled on the server side so install Eclipse, Netbeans or Aptana. Use dreamweaver for mock-ups
– ka_lin
Nov 20 '12 at 10:41
1
@KA_lin that is not true at all. Php/ASP runs in fact on the server side (being wamp in his case). But development can be done in Dreamweaver just like, Eclipse, Netbeans, PhpStorm/IntelliJ or Aptana... Intellisense, code hinting can differ in every IDE but you can write php in notepad if you want.
– VDP
Nov 20 '12 at 10:51
I wasn
t expressing myself clearly, It seems he wants to use dreamweaver for the visual part, I was just pointing out that he can
t run php code in the editor to see the full effect :)– ka_lin
Nov 20 '12 at 10:53
ow, okay then ;) I was thought that was obvious :)
– VDP
Nov 20 '12 at 10:55